Skip to content

Commit

Permalink
infra: rename amarillo and grasshopper container name
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 28, 2024
1 parent 1c97161 commit f8d9577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:
- carsharing

amarillo:
container_name: openmove-amarillo
container_name: amarillo
image: openmove_amarillo:latest
build:
context: ./
Expand All @@ -188,7 +188,7 @@ services:
- graphhopper

graphhopper:
container_name: openmove-graphhopper
container_name: 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:
Expand Down
1 change: 0 additions & 1 deletion infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ services:
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:
Expand Down

0 comments on commit f8d9577

Please sign in to comment.