We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39104e commit b92f5e1Copy full SHA for b92f5e1
compose.builder.yml
@@ -29,7 +29,7 @@ services:
29
- --output=/data/output.mbtiles
30
- --force=true
31
valhalla-build:
32
- image: ghcr.io/gis-ops/docker-valhalla/valhalla:latest
+ image: ghcr.io/valhalla/valhalla-scripted:latest
33
mem_limit: 50G
34
memswap_limit: 50G
35
cpu_shares: 512 # we don't want to gobble up all the CPU
compose.yml
@@ -105,7 +105,7 @@ services:
105
- ./map/download.sh:/map/download.sh:ro
106
- ./map/valhalla.json:/map/valhalla.json:ro
107
valhalla:
108
109
restart: unless-stopped
110
labels:
111
- "traefik.enable=true"
0 commit comments