Skip to content

Instantly share code, notes, and snippets.

@joaofig
Created June 30, 2023 15:08
Show Gist options
  • Select an option

  • Save joaofig/78bf9c24b005b712cb1e5f7dbfe3c67f to your computer and use it in GitHub Desktop.

Select an option

Save joaofig/78bf9c24b005b712cb1e5f7dbfe3c67f to your computer and use it in GitHub Desktop.
Runs the Valhalla docker image
docker run -it --rm --name valhalla_gis-ops -p 8002:8002 \
-v $PWD/valhalla/custom_files:/custom_files \
-e tile_urls=http://download.geofabrik.de/north-america/us/michigan-latest.osm.pbf \
-e serve_tiles=True -e build_admins=True \
docker.pkg.github.com/gis-ops/docker-valhalla/valhalla:3.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment