Skip to content

Commit

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

networks:
otp:
- /opt/odh-mentor-otp/graphhopper/:/data/

0 comments on commit 9e8f3c9

Please sign in to comment.