mirror of https://github.com/samply/bridgehead.git
Changed: used images in cbioportal-database and cbioportal from local images to bridgehead
This commit is contained in:
parent
6d276fc28e
commit
f7a8ee39d8
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
# if [ "$ENABLE_CBIOPORTAL" == true ]; then
|
if [ "$ENABLE_CBIOPORTAL" == true ]; then
|
||||||
log INFO "cBioPortal setup detected -- will start cBioPortal service."
|
log INFO "cBioPortal setup detected -- will start cBioPortal service."
|
||||||
OVERRIDE+=" -f ./$PROJECT/modules/cbioportal-compose.yml"
|
OVERRIDE+=" -f ./$PROJECT/modules/cbioportal-compose.yml"
|
||||||
CBIOPORTAL_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password for the cbioportal database. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
CBIOPORTAL_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password for the cbioportal database. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
||||||
CBIOPORTAL_DB_ROOT_PASSWORD="$(echo \"This is a salt string to generate one consistent root password for the cbioportal database. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 64)"
|
CBIOPORTAL_DB_ROOT_PASSWORD="$(echo \"This is a salt string to generate one consistent root password for the cbioportal database. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 64)"
|
||||||
# fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue