Skip to content

Commit

Permalink
fix(ENV): Set env vars in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 9, 2022
1 parent 482f627 commit d15c32d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ services:
environment:
# these variables are used in the entrypoint.sh script
- TILESET_DIR=/tilesets
- TMP_DIR=/temp
- TMP_DIR=/tmp
- GITHUB_TOKEN=${GITHUB_TOKEN}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
- AWS_BUCKET=${AWS_BUCKET}
- TILESET_NAME=${TILESET_NAME}
# The values below need to be changed in production
# - POSTGRES_HOST=postgres
# - POSTGRES_DB=postgres
Expand Down

0 comments on commit d15c32d

Please sign in to comment.