importer disabled

This commit is contained in:
Shautvast 2026-04-04 15:16:01 +02:00
parent 64a4993e9d
commit cfb771dea3

View file

@ -117,20 +117,20 @@ services:
- ../data/osrm/bicycle:/data
command: osrm-routed --algorithm mld /data/region.osrm
importer:
build:
context: .
dockerfile: importer.Dockerfile
networks:
- maps-net
volumes:
- ../data:/data
environment:
PG_CONN: "postgres://maps:maps@postgres:5432/maps"
PBF_FILE: "/data/osm/region.osm.pbf"
depends_on:
- postgres
restart: "no"
# importer:
# build:
# context: .
# dockerfile: importer.Dockerfile
# networks:
# - maps-net
# volumes:
# - ../data:/data
# environment:
# PG_CONN: "postgres://maps:maps@postgres:5432/maps"
# PBF_FILE: "/data/osm/region.osm.pbf"
# depends_on:
# - postgres
# restart: "no"
volumes:
maps-pgdata: