This commit is contained in:
2025-11-27 13:56:41 +01:00
parent a69daad6ef
commit cf88a953f2
9 changed files with 99 additions and 16 deletions

View File

@@ -4,10 +4,6 @@ services:
scylla:
image: scylladb/scylla:latest
container_name: scylla
ports:
- "9042:9042"
- "9160:9160"
- "10000:10000"
command: --smp 1 --memory 2G --overprovisioned 1 --api-address 0.0.0.0 --max-memory-for-unlimited-query-soft-limit 1073741824 --tombstone-warn-threshold 10000000
volumes:
- scylla_data:/var/lib/scylla
@@ -29,8 +25,8 @@ services:
target: importer
container_name: map-importer
volumes:
- ./oberbayern-251125.osm.pbf:/app/data.osm.pbf
- importer_cache:/cache
- ${HOST_PBF_PATH:-./europe-latest.osm.pbf}:/app/data.osm.pbf
- ${HOST_CACHE_DIR:-./cache}:/cache
environment:
- SCYLLA_URI=scylla:9042
- OSM_PBF_PATH=/app/data.osm.pbf
@@ -42,4 +38,3 @@ services:
volumes:
scylla_data:
importer_cache: