kopia lustrzana https://github.com/openmaptiles/openmaptiles
Add import OSM diff command
rodzic
042c8f2d85
commit
28c025f60a
|
@ -36,6 +36,18 @@ services:
|
|||
- ./data:/import
|
||||
- ./build:/mapping
|
||||
- cache:/cache
|
||||
import-osm-diff:
|
||||
image: "openmaptiles/import-osm:latest"
|
||||
env_file: .env
|
||||
command: ./import_diff.sh
|
||||
environment:
|
||||
DIFF_MODE: ${DIFF_MODE}
|
||||
links:
|
||||
- postgres
|
||||
volumes:
|
||||
- ./data:/import
|
||||
- ./build:/mapping
|
||||
- cache:/cache
|
||||
update-osm:
|
||||
image: "openmaptiles/import-osm:latest"
|
||||
env_file: .env
|
||||
|
|
Ładowanie…
Reference in New Issue