AppsMaps and GPSGraphhopper

GraphHopper

Fast routing library and server using OpenStreetMap.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  graphhopper:
    ports:
      - 8989:8989
    image: israelhikingmap/graphhopper
    command: --url https://download.geofabrik.de/europe/andorra-latest.osm.pbf
      --host 0.0.0.0
    restart: unless-stopped

Resources

Website: https://www.graphhopper.com/

GitHub: https://github.com/graphhopper/graphhopper

Docker Hub: https://hub.docker.com/r/israelhikingmap/graphhopper

Configuration: https://github.com/IsraelHikingMap/graphhopper-docker-image-push