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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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