Skip to content

Commit

Permalink
Comment out map-packer for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed May 26, 2024
1 parent dc2137d commit 1d8c132
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ services:
environment:
PATAKA_WEB_PORT: 8089
# https://hub.docker.com/r/communityfirst/mapgl-tile-renderer
mapgl-tile-renderer:
image: communityfirst/mapgl-tile-renderer:latest
restart: unless-stopped
ports:
- 8090:8080
volumes:
- offline_maps:/app/outputs/
environment:
DB_TABLE: offline_maps
# mapgl-tile-renderer:
# image: communityfirst/mapgl-tile-renderer:latest
# restart: unless-stopped
# ports:
# - 8090:8080
# volumes:
# - offline_maps:/app/outputs/
# environment:
# DB_TABLE: offline_maps
# https://hub.docker.com/r/communityfirst/map-packer
map-packer:
image: communityfirst/map-packer:latest
Expand Down

0 comments on commit 1d8c132

Please sign in to comment.