Add import OSM diff command
This commit is contained in:
parent
042c8f2d85
commit
28c025f60a
@ -36,6 +36,18 @@ services:
|
|||||||
- ./data:/import
|
- ./data:/import
|
||||||
- ./build:/mapping
|
- ./build:/mapping
|
||||||
- cache:/cache
|
- 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:
|
update-osm:
|
||||||
image: "openmaptiles/import-osm:latest"
|
image: "openmaptiles/import-osm:latest"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user