Skip to content

Commit

Permalink
fix: add MAPBOX_ACCESS_TOKEN env var to demo docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Mar 29, 2023
1 parent 681bf75 commit 719cb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ services:
USE_LOCAL_MAP_SERVER: 'true'
OFFLINE_MAP_STYLE: ${OFFLINE_MAP_URL}
HOST_HOSTNAME: ${HOST_HOSTNAME}
MAPBOX_ACCESS_TOKEN: ${MAPBOX_ACCESS_TOKEN}
SECRET_KEY_BASE: "a845b372237fe58988e8fb7698b9a7b61f8cc7581dc685387ff1cb8ec5f250d57b733379d53f5c3e7b816d0bf0fdf5f7b02558c64b932903e5ec3fbe10c4b205"
volumes:
- bundler:/usr/local/bundle
Expand Down

0 comments on commit 719cb14

Please sign in to comment.