mirror of https://github.com/samply/bridgehead.git
Changed:
- used image for cbioportal in cbioportal-compose to the Harbor image - Ran tests to make sure cbioportal and cbioportal API work in Teiler backend.
This commit is contained in:
parent
a9c09c0d05
commit
c565d14ee4
|
@ -3,6 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
cbioportal:
|
cbioportal:
|
||||||
image: docker.verbis.dkfz.de/ccp/dktk-cbioportal:latest
|
image: docker.verbis.dkfz.de/ccp/dktk-cbioportal:latest
|
||||||
|
# image: dktk-cbioportal
|
||||||
container_name: bridgehead-cbioportal
|
container_name: bridgehead-cbioportal
|
||||||
environment:
|
environment:
|
||||||
DB_PASSWORD: ${CBIOPORTAL_DB_PASSWORD}
|
DB_PASSWORD: ${CBIOPORTAL_DB_PASSWORD}
|
||||||
|
|
Loading…
Reference in New Issue