mirror of https://github.com/samply/bridgehead.git
Tidy teiler and mtba volumes
This commit is contained in:
parent
068abbc664
commit
198b255f07
|
@ -31,6 +31,3 @@ services:
|
||||||
# TODO: Include CBioPortal in Deployment ...
|
# TODO: Include CBioPortal in Deployment ...
|
||||||
# NOTE: CBioPortal can't load data while the system is running. So after import of data bridgehead needs to be restarted!
|
# NOTE: CBioPortal can't load data while the system is running. So after import of data bridgehead needs to be restarted!
|
||||||
# TODO: Find a trigger to let mtba signal a restart for CBioPortal
|
# TODO: Find a trigger to let mtba signal a restart for CBioPortal
|
||||||
|
|
||||||
volumes:
|
|
||||||
mtba-data:
|
|
||||||
|
|
|
@ -10,10 +10,9 @@ services:
|
||||||
POSTGRES_PASSWORD: "${KEYCLOAK_DB_PASSWORD}" # Set in teiler-setup.sh
|
POSTGRES_PASSWORD: "${KEYCLOAK_DB_PASSWORD}" # Set in teiler-setup.sh
|
||||||
POSTGRES_DB: "keycloak"
|
POSTGRES_DB: "keycloak"
|
||||||
volumes:
|
volumes:
|
||||||
- "login-db:/var/lib/postgresql/data"
|
- "bridgehead-login-db:/var/lib/postgresql/data"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
#image: "jboss/keycloak:16.1.1"
|
|
||||||
image: docker.verbis.dkfz.de/ccp/dktk-keycloak:latest
|
image: docker.verbis.dkfz.de/ccp/dktk-keycloak:latest
|
||||||
container_name: bridgehead-login
|
container_name: bridgehead-login
|
||||||
environment:
|
environment:
|
||||||
|
@ -263,5 +262,5 @@ services:
|
||||||
# TEILER_APP27_ISLOCAL: "true"
|
# TEILER_APP27_ISLOCAL: "true"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
login-db:
|
bridgehead-login-db:
|
||||||
name: "login-db"
|
name: "bridgehead-login-db"
|
||||||
|
|
Loading…
Reference in New Issue