Merge pull request #559 from typebrook/docker-update
Update older import-osm docker image
This commit is contained in:
commit
bc63a22db0
@ -44,7 +44,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- postgres_conn
|
- postgres_conn
|
||||||
import-osm-diff:
|
import-osm-diff:
|
||||||
image: "openmaptiles/import-osm:0.4"
|
image: "openmaptiles/import-osm:0.5"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
command: ./import_diff.sh
|
command: ./import_diff.sh
|
||||||
environment:
|
environment:
|
||||||
@ -56,7 +56,7 @@ services:
|
|||||||
- ./build:/mapping
|
- ./build:/mapping
|
||||||
- cache:/cache
|
- cache:/cache
|
||||||
update-osm:
|
update-osm:
|
||||||
image: "openmaptiles/import-osm:0.4"
|
image: "openmaptiles/import-osm:0.5"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
DIFF_MODE: ${DIFF_MODE}
|
DIFF_MODE: ${DIFF_MODE}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user