feat: implement billing, usage tracking, and administrative geocoding features in API with infrastructure updates

This commit is contained in:
Hamza-Ayed
2026-07-28 04:43:23 +03:00
parent 2f7c2066f7
commit dc9d546733
133 changed files with 3599 additions and 356 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ services:
volumes:
- ./infrastructure/osm-data-v2:/data
- ./infrastructure/docker/graphhopper/config.yml:/graphhopper/config.yml
command: ["-i", "/data/map2_enriched.osm.pbf", "-c", "config.yml"]
# مسار مطلق — انظر التعليق في docker-compose.yml
command: ["-i", "/data/map2_enriched.osm.pbf", "-c", "/graphhopper/config.yml"]
depends_on:
- db2