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
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue