Merge pull request #56 from timlinux/develop

Update docker hub references to kartoza repo.
pull/59/head
Tim Sutton 2018-06-19 17:06:47 +02:00 zatwierdzone przez GitHub
commit 2e4d157293
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ db:
# - "5432:5432"
imposm:
# image: etrimaille/docker-osm:imposm-latest
# image: kartoza/docker-osm:imposm-latest
build: docker-imposm3
container_name: dockerosm_imposm
volumes_from:
@ -69,7 +69,7 @@ imposm:
osmupdate:
# image: etrimaille/docker-osm:osmupdate-latest
# image: kartoza/docker-osm:osmupdate-latest
build: docker-osmupdate
container_name: dockerosm_osmupdate
volumes_from:

Wyświetl plik

@ -27,7 +27,7 @@ services:
test: "exit 0"
imposm:
# image: etrimaille/docker-osm:imposm-latest
# image: kartoza/docker-osm:imposm-latest
build: docker-imposm3
volumes_from:
- storage

Wyświetl plik

@ -7,8 +7,8 @@ The only file you need is a PBF file and run the docker compose project.
Dockerfiles are executed on https://cloud.docker.com
```bash
docker pull etrimaille/docker-osm:imposm-latest
docker pull etrimaille/docker-osm:osmupdate-latest
docker pull kartoza/docker-osm:imposm-latest
docker pull kartoza/docker-osm:osmupdate-latest
```
You need to copy/paste the docker-compose project and use the images hosted on the internet.