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 #1069
This commit is contained in:
Adam Laža
2021-02-05 14:58:42 +01:00
committed by GitHub
parent 295688eb80
commit d69ae015ad
2 changed files with 1 additions and 2 deletions

2
.env
View File

@@ -51,7 +51,5 @@ COPY_CONCURRENCY=10
# Variables for generate tiles using PGquery
PGHOSTS_LIST=
# Uncomment when used PGquery
#EXPORT_DIR=/import
NO_GZIP=1
USE_KEY_COLUMN=1

View File

@@ -53,6 +53,7 @@ services:
volumes:
- .:/tileset
- ./data:/import
- ./data:/export
- ./build/sql:/sql
- ./build:/mapping
- ./cache:/cache