Remove FILTER_MAPNIK_OUTPUT (#1327)
Remove `FILTER_MAPNIK_OUTPUT` variables from docker-compose which stop raising warnings during start-up dockers. This functionality was removed in https://github.com/openmaptiles/openmaptiles-tools/pull/349. The current version of the mapnik does not need `FILTER_MAPNIK_OUTPUT`.
This commit is contained in:
parent
73dcd23497
commit
7d08e5b97e
@ -64,7 +64,6 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
FILTER_MAPNIK_OUTPUT: ${FILTER_MAPNIK_OUTPUT}
|
|
||||||
MBTILES_NAME: ${MBTILES_FILE}
|
MBTILES_NAME: ${MBTILES_FILE}
|
||||||
# Control tilelive-copy threads
|
# Control tilelive-copy threads
|
||||||
COPY_CONCURRENCY: ${COPY_CONCURRENCY}
|
COPY_CONCURRENCY: ${COPY_CONCURRENCY}
|
||||||
@ -78,7 +77,6 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
FILTER_MAPNIK_OUTPUT: ${FILTER_MAPNIK_OUTPUT}
|
|
||||||
MBTILES_NAME: ${MBTILES_FILE}
|
MBTILES_NAME: ${MBTILES_FILE}
|
||||||
BBOX: ${BBOX}
|
BBOX: ${BBOX}
|
||||||
MIN_ZOOM: ${MIN_ZOOM}
|
MIN_ZOOM: ${MIN_ZOOM}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user