Skip to content

Commit

Permalink
infra: add grasshoppper
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 27, 2024
1 parent 98d211f commit 1c97161
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ services:
- ${DOCKER_AMARILLO_PORT}:80
volumes:
- /opt/odh-mentor-otp/amarillo/:/app/data/
graphhopper:
container_name: openmove-graphhopper
image: israelhikingmap/graphhopper:8.0
command: --host 0.0.0.0 --url https://download.geofabrik.de/europe/italy/nord-est-latest.osm.pbf
environment:
- JAVA_OPTS=-Xmx4g
volumes:
- /opt/odh-mentor-otp/graphhopper/:/data/

0 comments on commit 1c97161

Please sign in to comment.