kopia lustrzana https://github.com/openmaptiles/openmaptiles
Mount /export dir in docker-compose.yaml (#1071)
Mount /export dir in docker-compose.yaml This PR allows `using make generate-tiles-pg` without editing `.env`. Resolves #1070 Related to PR #1069pull/1079/head
rodzic
295688eb80
commit
d69ae015ad
2
.env
2
.env
|
@ -51,7 +51,5 @@ COPY_CONCURRENCY=10
|
||||||
|
|
||||||
# Variables for generate tiles using PGquery
|
# Variables for generate tiles using PGquery
|
||||||
PGHOSTS_LIST=
|
PGHOSTS_LIST=
|
||||||
# Uncomment when used PGquery
|
|
||||||
#EXPORT_DIR=/import
|
|
||||||
NO_GZIP=1
|
NO_GZIP=1
|
||||||
USE_KEY_COLUMN=1
|
USE_KEY_COLUMN=1
|
||||||
|
|
|
@ -53,6 +53,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- .:/tileset
|
- .:/tileset
|
||||||
- ./data:/import
|
- ./data:/import
|
||||||
|
- ./data:/export
|
||||||
- ./build/sql:/sql
|
- ./build/sql:/sql
|
||||||
- ./build:/mapping
|
- ./build:/mapping
|
||||||
- ./cache:/cache
|
- ./cache:/cache
|
||||||
|
|
Ładowanie…
Reference in New Issue