kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
Add import_water to docker-compose
rodzic
9651bc0332
commit
dce1fd2734
|
@ -27,6 +27,14 @@ imposm3:
|
||||||
OSM_USER: "osm"
|
OSM_USER: "osm"
|
||||||
OSM_PASSWORD: "suisse"
|
OSM_PASSWORD: "suisse"
|
||||||
PBF_DOWNLOAD_URL: "https://s3.amazonaws.com/metro-extracts.mapzen.com/zurich_switzerland.osm.pbf"
|
PBF_DOWNLOAD_URL: "https://s3.amazonaws.com/metro-extracts.mapzen.com/zurich_switzerland.osm.pbf"
|
||||||
|
import_water:
|
||||||
|
build: ./database/import_water
|
||||||
|
links:
|
||||||
|
- postgis:db
|
||||||
|
environment:
|
||||||
|
OSM_DB: "osm_zurich"
|
||||||
|
OSM_USER: "osm"
|
||||||
|
OSM_PASSWORD: "suisse"
|
||||||
tilelive:
|
tilelive:
|
||||||
build: ./database/tilelive
|
build: ./database/tilelive
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Ładowanie…
Reference in New Issue