You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try "docker stack deploy -c $COMPOSE_FILE_PATH/docker-compose-postgres.yml $POSTGRES_CLUSTER_COMPOSE_PARAM$POSTGRES_DEV_COMPOSE_PARAM instant""Failed to stand up SanteMPI Postgres"
60
+
try "docker stack deploy -c $COMPOSE_FILE_PATH/docker-compose-postgres.yml $postgres_cluster_compose_param$postgres_dev_compose_param instant""Failed to stand up SanteMPI Postgres"
61
61
62
62
await_postgres_start
63
63
64
-
try "docker stack deploy -c "$COMPOSE_FILE_PATH"/docker-compose.yml $SANTE_MPI_DEV_COMPOSE_PARAM instant""Failed to stand up SanteMPI"
64
+
try "docker stack deploy -c ""$COMPOSE_FILE_PATH""/docker-compose.yml $sante_mpi_dev_compose_param instant""Failed to stand up SanteMPI"
65
65
elif [ "$ACTION"=="down" ];then
66
-
try "docker service scale instant_santedb-mpi=0 instant_santempi-psql-1=0""Failed to scale down santeMPI"
66
+
try "docker service scale instant_santedb-mpi=0 instant_santedb-www=0 instant_santempi-psql-1=0""Failed to scale down santeMPI"
67
67
68
68
if [ "$STATEFUL_NODES"=="cluster" ];then
69
69
try "docker service scale instant_santempi-psql-2=0 instant_santempi-psql-3=0""Failed to scale down santeMPI postgres replicas"
try "docker stack deploy -c ${COMPOSE_FILE_PATH}/docker-compose-postgres.yml $postgresClusterComposeParam$postgresDevComposeParam instant""Failed to stand up hapi-fhir postgres"
59
+
try "docker stack deploy -c ${COMPOSE_FILE_PATH}/docker-compose-postgres.yml $postgres_cluster_compose_param$postgres_dev_compose_param instant""Failed to stand up hapi-fhir postgres"
60
60
61
61
await_postgres_start
62
62
63
-
try "docker stack deploy -c ${COMPOSE_FILE_PATH}/docker-compose.yml $hapiFhirDevComposeParam instant""Failed to stand up hapi-fhir"
63
+
try "docker stack deploy -c ${COMPOSE_FILE_PATH}/docker-compose.yml $hapi_fhir_dev_compose_param instant""Failed to stand up hapi-fhir"
64
64
elif [ "${ACTION}"=="down" ];then
65
65
try "docker service scale instant_hapi-fhir=0 instant_postgres-1=0""Failed to scale down hapi-fhir"
0 commit comments