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"
|
||||
|
||||
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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue