use remote images from cloud.docker.com if needed

pull/51/head
Etienne Trimaille 2018-04-04 11:24:53 +02:00
rodzic b80d257be6
commit cd2253be84
3 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -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:

Wyświetl plik

@ -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:

Wyświetl plik

@ -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