Skip to content

Commit 3281908

Browse files
committed
fix(docker-compose): add mapillary_api_key in tc docker compose
1 parent d70dba5 commit 3281908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.tc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ x-mapswipe-workers: &base_mapswipe_workers
3333
SLACK_CHANNEL: '${SLACK_CHANNEL}'
3434
SENTRY_DSN: '${SENTRY_DSN}'
3535
OSMCHA_API_KEY: '${OSMCHA_API_KEY}'
36+
MAPILLARY_API_KEY: '${MAPILLARY_API_KEY}'
3637
depends_on:
3738
- postgres
3839
volumes:

0 commit comments

Comments
 (0)