Merge pull request #90 from xmidt-org/docker

update shell script to new directory name
This commit is contained in:
marcia-piccione
2025-02-04 19:48:15 -05:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ PETASOS_VERSION=${PETASOS_VERSION:-latest} \
TALARIA_VERSION=${TALARIA_VERSION:-latest} \
THEMIS_VERSION=${THEMIS_VERSION:-latest} \
SIMULATOR_VERSION=${SIMULATOR_VERSION:-latest-amd64} \
docker compose -f $ROOT_DIR/deploy/docker-compose-new/docker-compose.yml up -d $@
docker compose -f $ROOT_DIR/deploy/docker-compose-xmidt-agent/docker-compose.yml up -d $@
if [[ $? -ne 0 ]]; then
exit 1
fi