Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- --output=/data/output.mbtiles
- --force=true
valhalla-build:
image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest
image: ghcr.io/valhalla/valhalla-scripted:latest
Comment thread
CommanderStorm marked this conversation as resolved.
mem_limit: 50G
memswap_limit: 50G
cpu_shares: 512 # we don't want to gobble up all the CPU
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
- ./map/download.sh:/map/download.sh:ro
- ./map/valhalla.json:/map/valhalla.json:ro
valhalla:
image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest
image: ghcr.io/valhalla/valhalla-scripted:latest
Comment thread
CommanderStorm marked this conversation as resolved.
restart: unless-stopped
labels:
- "traefik.enable=true"
Expand Down
Loading