kopia lustrzana https://github.com/kartoza/docker-osm
Update docker hub references to kartoza repo. @gustry I have set up autobuilds now (not sure why I never did this before), so it should work nicely on the kartoza repo too
rodzic
94d4b04c7b
commit
d325ca6bf8
|
@ -28,7 +28,7 @@ db:
|
||||||
# - "5432:5432"
|
# - "5432:5432"
|
||||||
|
|
||||||
imposm:
|
imposm:
|
||||||
# image: etrimaille/docker-osm:imposm-latest
|
# image: kartoza/docker-osm:imposm-latest
|
||||||
build: docker-imposm3
|
build: docker-imposm3
|
||||||
container_name: dockerosm_imposm
|
container_name: dockerosm_imposm
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
@ -69,7 +69,7 @@ imposm:
|
||||||
|
|
||||||
|
|
||||||
osmupdate:
|
osmupdate:
|
||||||
# image: etrimaille/docker-osm:osmupdate-latest
|
# image: kartoza/docker-osm:osmupdate-latest
|
||||||
build: docker-osmupdate
|
build: docker-osmupdate
|
||||||
container_name: dockerosm_osmupdate
|
container_name: dockerosm_osmupdate
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
|
|
@ -27,7 +27,7 @@ services:
|
||||||
test: "exit 0"
|
test: "exit 0"
|
||||||
|
|
||||||
imposm:
|
imposm:
|
||||||
# image: etrimaille/docker-osm:imposm-latest
|
# image: kartoza/docker-osm:imposm-latest
|
||||||
build: docker-imposm3
|
build: docker-imposm3
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- storage
|
- storage
|
||||||
|
|
|
@ -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
|
Dockerfiles are executed on https://cloud.docker.com
|
||||||
```bash
|
```bash
|
||||||
docker pull etrimaille/docker-osm:imposm-latest
|
docker pull kartoza/docker-osm:imposm-latest
|
||||||
docker pull etrimaille/docker-osm:osmupdate-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.
|
You need to copy/paste the docker-compose project and use the images hosted on the internet.
|
||||||
|
|
Ładowanie…
Reference in New Issue