Skip to content

Commit

Permalink
infra: add networks
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 28, 2024
1 parent f8d9577 commit d28131b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,17 @@ services:
- ${DOCKER_AMARILLO_PORT}:80
volumes:
- /opt/odh-mentor-otp/amarillo/:/app/data/
networks:
- otp
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/
- /opt/odh-mentor-otp/graphhopper/:/data/
networks:
- otp

networks:
otp:

0 comments on commit d28131b

Please sign in to comment.