Add support for PBF tiles generated directly from postgres (#240)

* Add postserve

* Set postserve version
This commit is contained in:
stirringhalo
2017-05-10 18:35:01 -04:00
committed by GitHub
parent a4a7ca95c6
commit 255a4250b9
3 changed files with 23 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ volumes:
cache:
services:
postgres:
image: "openmaptiles/postgis:2.3"
image: "openmaptiles/postgis:2.5"
volumes:
- pgdata:/var/lib/postgresql/data
networks:
@@ -113,6 +113,16 @@ services:
BBOX: ${BBOX}
MIN_ZOOM: ${MIN_ZOOM}
MAX_ZOOM: ${MAX_ZOOM}
postserve:
image: "openmaptiles/postserve:0.1"
env_file: .env
networks:
- postgres_conn
ports:
- "8090:8080"
volumes:
- ./build/openmaptiles.tm2source:/mapping
networks:
postgres_conn: