WIP: Orthology module
Compare changes
Files
3+ 30
− 13
@@ -28,9 +28,9 @@ services:
@@ -28,9 +28,9 @@ services:
@@ -38,10 +38,15 @@ services:
@@ -38,10 +38,15 @@ services:
- "traefik.http.routers.orthology-tripal.rule=(Host(`{{ hostname }}`) && PathPrefix(`/sp/orthology`))"
- "traefik.http.routers.orthology-tripal.middlewares=sp-auth,sp-trailslash,sp-prefix,tripal-addprefix"
@@ -68,8 +73,8 @@ services:
@@ -68,8 +73,8 @@ services:
@@ -80,14 +85,15 @@ services:
@@ -80,14 +85,15 @@ services:
- "traefik.http.routers.orthology-gcv.rule=(Host(`{{ hostname }}`) && PathPrefix(`/sp/orthology/gcv`))"
- "traefik.http.routers.orthology-gcv-api.rule=(Host(`{{ hostname }}`) && PathPrefix(`/sp/orthology/gcv_api`))"
@@ -112,8 +118,11 @@ services:
@@ -112,8 +118,11 @@ services:
GALAXY_CONFIG_ADMIN_USERS: "admin@galaxy.org,gogepp@bipaa" # admin@galaxy.org is the default (leave it), gogepp@bipaa is a shared ldap user we use to connect
@@ -131,10 +140,18 @@ services:
@@ -131,10 +140,18 @@ services:
- "traefik.http.routers.orthology-galaxy.rule=(Host(`{{ hostname }}`) && PathPrefix(`/sp/orthology/galaxy`))"