Skip to content

Commit dcaab3d

Browse files
committed
fix: add mapillary key to docker compose
1 parent 020178d commit dcaab3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ x-mapswipe-workers: &base_mapswipe_workers
7676
SLACK_CHANNEL: '${SLACK_CHANNEL}'
7777
SENTRY_DSN: '${SENTRY_DSN}'
7878
OSMCHA_API_KEY: '${OSMCHA_API_KEY}'
79+
MAPILLARY_API_KEY: '${MAPILLARY_API_KEY}'
7980
depends_on:
8081
- postgres
8182
volumes:

0 commit comments

Comments
 (0)