Skip to content

Commit

Permalink
Merge pull request #117 from odtp-org/hotfix-compose
Browse files Browse the repository at this point in the history
fix(ODTP_PATH): change to variable that is coming from `.env`
  • Loading branch information
sabinem authored May 7, 2024
2 parents 075aef7 + 8acc0f0 commit bb7dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bb7dc30

Please sign in to comment.