From de95843e02e2f36b0f736472cb58b70b9169250f Mon Sep 17 00:00:00 2001 From: zstadler Date: Wed, 2 Sep 2020 20:14:55 +0300 Subject: [PATCH] Allow setting TILESET_FILE by shell or Makefile (#975) Following the https://github.com/openmaptiles/openmaptiles/commit/10efc2928011845ab6985792fa6be71042ca4161#r41977444 comment --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index c82e905..518449f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: