Pulling via docker-compose

This commit is contained in:
Patrick Skowronek 2022-12-23 07:58:37 +01:00
parent 2d00f60184
commit b8d4e1144d
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@ function exliquidSetup() {
if [[ $EXLIQUID -eq 1 ]]; then
log INFO "EXLIQUID setup detected -- will start Report-Hub."
docker pull samply/report-hub:latest
docker-compose -f ./$PROJECT/exliquid-compose.yml pull
OVERRIDE+=" -f ./$PROJECT/exliquid-compose.yml"
fi

View File

@ -5,8 +5,7 @@ function nngmSetup() {
log INFO "nNGM setup detected -- will start nNGM Connector."
OVERRIDE+=" -f ./$PROJECT/nngm-compose.yml"
docker pull docker.verbis.dkfz.de/ccp/connector:bk2
docker pull postgres:9.5-alpine
docker-compose -f ./$PROJECT/nngm-compose.yml pull
CONNECTOR_POSTGRES_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
fi