kopia lustrzana https://github.com/kartoza/docker-osm
use remote images from cloud.docker.com if needed
rodzic
b80d257be6
commit
cd2253be84
|
@ -28,6 +28,7 @@ db:
|
||||||
# - "5432:5432"
|
# - "5432:5432"
|
||||||
|
|
||||||
imposm:
|
imposm:
|
||||||
|
# image: etrimaille/docker-osm:imposm-latest
|
||||||
build: docker-imposm3
|
build: docker-imposm3
|
||||||
container_name: dockerosm_imposm
|
container_name: dockerosm_imposm
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
@ -68,6 +69,7 @@ imposm:
|
||||||
|
|
||||||
|
|
||||||
osmupdate:
|
osmupdate:
|
||||||
|
# image: etrimaille/docker-osm:osmupdate-latest
|
||||||
build: docker-osmupdate
|
build: docker-osmupdate
|
||||||
container_name: dockerosm_osmupdate
|
container_name: dockerosm_osmupdate
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
|
|
@ -28,6 +28,7 @@ db:
|
||||||
# - "5432:5432"
|
# - "5432:5432"
|
||||||
|
|
||||||
imposm:
|
imposm:
|
||||||
|
# image: etrimaille/docker-osm:imposm-latest
|
||||||
build: docker-imposm3
|
build: docker-imposm3
|
||||||
container_name: dockerosm_imposm
|
container_name: dockerosm_imposm
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
@ -68,6 +69,7 @@ imposm:
|
||||||
|
|
||||||
|
|
||||||
osmupdate:
|
osmupdate:
|
||||||
|
# image: etrimaille/docker-osm:osmupdate-latest
|
||||||
build: docker-osmupdate
|
build: docker-osmupdate
|
||||||
container_name: dockerosm_osmupdate
|
container_name: dockerosm_osmupdate
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
|
11
readme.md
11
readme.md
|
@ -3,6 +3,17 @@
|
||||||
A docker compose project to setup an OSM PostGIS database with automatic updates from OSM periodically.
|
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.
|
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
|
## Usage
|
||||||
|
|
||||||
### PBF File
|
### PBF File
|
||||||
|
|
Ładowanie…
Reference in New Issue