Skip to content

Commit

Permalink
infra: use ansible-docker-deployment v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 2, 2024
1 parent 06b9081 commit c6f66d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion infrastructure/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- src: git+https://github.com/noi-techpark/ansible-docker-deployment.git
version: "2.0"
version: "3.0"
38 changes: 19 additions & 19 deletions infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ services:
restart: unless-stopped
ports:
- ${DOCKER_TRAFFIC_PORT}:8094
# amarillo:
# image: ${DOCKER_IMAGE_AMARILLO}:${DOCKER_TAG}
# restart: unless-stopped
# env_file:
# - .env
# ports:
# - ${DOCKER_AMARILLO_PORT}:80
# volumes:
# - /opt/odh-mentor-otp/amarillo/:/app/data/
# depends_on:
# graphhopper:
# condition: service_healthy
# 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/
amarillo:
image: ${DOCKER_IMAGE_AMARILLO}:${DOCKER_TAG}
restart: unless-stopped
env_file:
- .env
ports:
- ${DOCKER_AMARILLO_PORT}:80
volumes:
- /opt/odh-mentor-otp/amarillo/:/app/data/
depends_on:
graphhopper:
condition: service_healthy
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 c6f66d7

Please sign in to comment.