# GN Services ## Tags * type: documentation * status: in progress * keywords: gn services, documentation ## Description In addition to gn1 and gn2 we have 3 running gn3 services: 1. gn-proxy - deployed as gn3 user in production ``` curl localhost:8080/version {"version":"0.2.1"} ``` 2. gn3 aliases ``` curl http://localhost:8000/gene/aliases/BRCA2 ["FACD","FAD","FANCD","BROVCA2","FAD1","FANCD1","BRCC2","GLM3","PNCA2","XRCC11"] curl https://luna.genenetwork.org/gn3/ [ "Hello GeneNetwork3!" ] ``` 3. genenetwork3 (python3) ``` curl localhost:8087/api/version "1.0" ``` On epysode it is running on 8081 ## Notes We track services now on => https://rabbit.genenetwork.org/sheepdog/index.html ## System container ``` systemctl stop genenetwork-development-container mv /var/guix-containers /export2 systemctl start genenetwork-development-container ``` The commit that changes the mounts is at => https://github.com/genenetwork/genenetwork-machines/commit/8ce668562b0443ed7eb5b22225692f6f4383ea89 ## See also => orchestration.gmi