From cd2253be84d8cdaa96f4a1159bd7d756ab36fe1c Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Wed, 4 Apr 2018 11:24:53 +0200 Subject: [PATCH] use remote images from cloud.docker.com if needed --- docker-compose-web.yml | 2 ++ docker-compose.yml | 2 ++ readme.md | 11 +++++++++++ 3 files changed, 15 insertions(+) diff --git a/docker-compose-web.yml b/docker-compose-web.yml index 0112e78..fa1ccf1 100644 --- a/docker-compose-web.yml +++ b/docker-compose-web.yml @@ -28,6 +28,7 @@ db: # - "5432:5432" imposm: + # image: etrimaille/docker-osm:imposm-latest build: docker-imposm3 container_name: dockerosm_imposm volumes_from: @@ -68,6 +69,7 @@ imposm: osmupdate: + # image: etrimaille/docker-osm:osmupdate-latest build: docker-osmupdate container_name: dockerosm_osmupdate volumes_from: diff --git a/docker-compose.yml b/docker-compose.yml index 31b123f..7306486 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,6 +28,7 @@ db: # - "5432:5432" imposm: + # image: etrimaille/docker-osm:imposm-latest build: docker-imposm3 container_name: dockerosm_imposm volumes_from: @@ -68,6 +69,7 @@ imposm: osmupdate: + # image: etrimaille/docker-osm:osmupdate-latest build: docker-osmupdate container_name: dockerosm_osmupdate volumes_from: diff --git a/readme.md b/readme.md index b9047ef..06896f6 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,17 @@ A docker compose project to setup an OSM PostGIS database with automatic updates from OSM periodically. The only file you need is a PBF file and run the docker compose project. +## Docker cloud + +Dockerfiles are executed on https://cloud.docker.com +```bash +docker pull etrimaille/docker-osm:imposm-latest +docker pull etrimaille/docker-osm:osmupdate-latest +``` + +You need to copy/paste the docker-compose project and use the images hosted on the internet. +This is useful if you want to integrate Docker-OSM in your existing docker-compose project. + ## Usage ### PBF File