2026-04-13-1

This commit is contained in:
Hamza-Ayed
2026-04-13 01:44:32 +03:00
parent 5ebd7ea3b1
commit 3b43ff983a
5 changed files with 118 additions and 12 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ services:
volumes:
- ./infrastructure/osm-data:/data
- ./infrastructure/docker/graphhopper/config.yml:/graphhopper/config.yml
command: ["-i", "/data/mena_full.osm.pbf", "-c", "config.yml"]
command: ["-i", "/data/master_map.osm.pbf", "-c", "config.yml"]
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8080/health || exit 1"]
interval: 30s