kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
Add tilelive integration to docker compose
rodzic
4c7e46d953
commit
5ec15a27db
|
|
@ -27,14 +27,17 @@ 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"
|
||||||
|
tilelive:
|
||||||
# tilelive:
|
build: ./database/tilelive
|
||||||
# build: ./database/tilelive
|
volumes:
|
||||||
# volumes:
|
- ./osm-bright-2.tm2source:/data/tm2source
|
||||||
# - ./osm-bright-2.tm2source:/data/export
|
- ./export:/data/export
|
||||||
# links:
|
links:
|
||||||
# - postgis
|
- postgis:db
|
||||||
# environment:
|
environment:
|
||||||
# OSM_DB: "osm_zurich"
|
OSM_DB: "osm_zurich"
|
||||||
# OSM_USER: "osm"
|
OSM_USER: "osm"
|
||||||
# OSM_PASSWORD: "7G@VNDYa&Zp<726x"
|
OSM_PASSWORD: "suisse"
|
||||||
|
BBOX: "8.4039 47.3137 8.6531 47.4578"
|
||||||
|
MIN_ZOOM: "0"
|
||||||
|
MAX_ZOOM: "14"
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue