Skip to content

Instantly share code, notes, and snippets.

@jcardus
Last active September 5, 2024 13:25
Show Gist options
  • Save jcardus/0f313d8baa28a91c00e60a14a48c9125 to your computer and use it in GitHub Desktop.
Save jcardus/0f313d8baa28a91c00e60a14a48c9125 to your computer and use it in GitHub Desktop.
apt-get update
apt install -y docker.io
mkdir custom_files
#wget https://download.geofabrik.de/south-america/chile-latest.osm.pbf
wget https://download.geofabrik.de/south-america/brazil-latest.osm.pbf
#wget https://download.geofabrik.de/africa/morocco-latest.osm.pbf
mv -v *.pbf custom_files
docker run -dt --name valhalla_gis-ops -p 8002:8002 -v $PWD/custom_files:/custom_files ghcr.io/gis-ops/docker-valhalla/valhalla:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment