Skip to content

Commit

Permalink
Added missing env variables in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineludeau committed Sep 10, 2024
1 parent d9d853a commit 1f42624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ services:
- FORCE_DOWNLOAD_CONTOUR=
- FORCE_DOWNLOAD_DATASETS=
- IS_GENERATE_BANID_ON_ASSEMBLY=${IS_GENERATE_BANID_ON_ASSEMBLY}
- CP_PATH=${CP_PATH}
- DATANOVA_PATH=${DATANOVA_PATH}
ports:
- "${PORT:-5000}:5000"
volumes:
Expand Down

0 comments on commit 1f42624

Please sign in to comment.