importer disabled
This commit is contained in:
parent
64a4993e9d
commit
cfb771dea3
1 changed files with 14 additions and 14 deletions
|
|
@ -117,20 +117,20 @@ services:
|
||||||
- ../data/osrm/bicycle:/data
|
- ../data/osrm/bicycle:/data
|
||||||
command: osrm-routed --algorithm mld /data/region.osrm
|
command: osrm-routed --algorithm mld /data/region.osrm
|
||||||
|
|
||||||
importer:
|
# importer:
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: importer.Dockerfile
|
# dockerfile: importer.Dockerfile
|
||||||
networks:
|
# networks:
|
||||||
- maps-net
|
# - maps-net
|
||||||
volumes:
|
# volumes:
|
||||||
- ../data:/data
|
# - ../data:/data
|
||||||
environment:
|
# environment:
|
||||||
PG_CONN: "postgres://maps:maps@postgres:5432/maps"
|
# PG_CONN: "postgres://maps:maps@postgres:5432/maps"
|
||||||
PBF_FILE: "/data/osm/region.osm.pbf"
|
# PBF_FILE: "/data/osm/region.osm.pbf"
|
||||||
depends_on:
|
# depends_on:
|
||||||
- postgres
|
# - postgres
|
||||||
restart: "no"
|
# restart: "no"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
maps-pgdata:
|
maps-pgdata:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue