From 8acc0f08f4117404d526c2d5981f9050dc12b298 Mon Sep 17 00:00:00 2001 From: sabinem <5292683+sabinem@users.noreply.github.com> Date: Tue, 7 May 2024 10:37:36 +0200 Subject: [PATCH] fix(ODTP_PATH): change to variable that is coming from `.env` the ODTP_PATH needs to be added as a variable on the compose file --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 219a8479..c4f79b35 100644 --- a/compose.yml +++ b/compose.yml @@ -12,7 +12,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock - ${ODTP_PATH}:${ODTP_PATH} environment: - ODTP_PATH: ODTP_PATH + ODTP_PATH: ${ODTP_PATH} ODTP_MONGO_SERVER: mongodb://${MONGO_DB_USER}:${MONGO_DB_PASSWORD}@mongodb-instance:27017/ ODTP_S3_SERVER: http://minio-instance:9000 ODTP_BUCKET_NAME: ${ODTP_BUCKET_NAME}