Skip to content

Commit

Permalink
🐳 Add missing environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiebke committed Mar 7, 2024
1 parent d09a45a commit 8e6e488
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ services:
environment:
DATA_TILED_URI: '${DATA_TILED_URI}'
DATA_TILED_API_KEY: '${DATA_TILED_API_KEY}'
MASK_TILED_URI: '${MASK_TILED_URI}'
MASK_TILED_API_KEY: '${TILED_API_KEY}'
SEG_TILED_URI: '${SEG_TILED_URI}'
SEG_TILED_API_KEY: '${SEG_TILED_API_KEY}'
USER_NAME: '${USER_NAME}'
USER_PASSWORD: '${USER_PASSWORD}'
volumes:
- ./app.py:/app/app.py
- ./constants.py:/app/constants.py
Expand Down

0 comments on commit 8e6e488

Please sign in to comment.