Valhalla source build in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Vitaliy Filippov aa4cf5dc16 Обновил до 3.0.3 4 years ago
etc/apt apt preferences для nodesource 4 years ago
home Лучше вот так 4 years ago
Dockerfile Обновил до 3.0.3 4 years ago
README.md Pass OSM dump file path as parameter 4 years ago
geos-3.7.diff Фикс для вальгаллы 3.0.2 4 years ago
private-access.diff Добавил патч для запрета проезда через шлагбаумы 4 years ago

README.md

Building

docker build -t valhalla .

Running

docker run -it -d --restart always \
    -e OSM_DUMP_FILE=/home/russia-latest.osm.pbf \
    -v /home/russia-latest.osm.pbf:/home/russia-latest.osm.pbf \
    -v /home/valhalla-cache:/home/valhalla \
    --name valhalla -p 8002:8002 valhalla