Allow setting TILESET_FILE by shell or Makefile (#975)

Following the 10efc29280 (r41977444) comment
This commit is contained in:
zstadler
2020-09-02 20:14:55 +03:00
committed by GitHub
parent 194b2fbb70
commit de95843e02

View File

@@ -90,6 +90,8 @@ services:
image: "openmaptiles/openmaptiles-tools:${TOOLS_VERSION}"
command: "postserve ${TILESET_FILE} --verbose --serve=${OMT_HOST:-localhost}:${PPORT:-8090}"
env_file: .env
environment:
TILESET_FILE: ${TILESET_FILE}
networks:
- postgres_conn
ports: