kopia lustrzana https://github.com/kartoza/docker-osm
pull/1/head
rodzic
ed29f2d456
commit
b7aa175593
|
@ -6,9 +6,9 @@ storage:
|
|||
- ./settings:/home/settings
|
||||
|
||||
db:
|
||||
#image: etrimaille/postgis
|
||||
image: etrimaille/postgis
|
||||
#image: kartoza/postgis
|
||||
build: ../docker-postgis
|
||||
#build: ../docker-postgis
|
||||
hostname: db
|
||||
environment:
|
||||
- USERNAME=docker
|
||||
|
@ -16,8 +16,8 @@ db:
|
|||
# - HSTORE=true
|
||||
|
||||
imposm:
|
||||
#image: etrimaille/imposm
|
||||
build: ../docker-imposm3
|
||||
image: etrimaille/imposm
|
||||
#build: ../docker-imposm3
|
||||
volumes_from:
|
||||
- storage
|
||||
links:
|
||||
|
@ -31,8 +31,8 @@ imposm:
|
|||
- TIME=120
|
||||
|
||||
osmupdate:
|
||||
#image: etrimaille/osmupdate
|
||||
build: ../docker-osmupdate
|
||||
image: etrimaille/osmupdate
|
||||
#build: ../docker-osmupdate
|
||||
volumes_from:
|
||||
- storage
|
||||
environment:
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Copy an OSM file (*.pbf) and its state file(*.state.txt) into base-pbf. The state file contains the timestamp of the OSM file.
|
||||
Check that a *.json is present in 'settings'.
|
||||
Copy an OSM file (*.pbf) and its state file(*.state.txt) into base-pbf. The state file contains the timestamp of the OSM file. You can add a [polygon file](http://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format) for the clipping.
|
||||
Check that a *.json is present in 'settings' for the mapping.
|
||||
|
||||
``docker-compose build``
|
||||
``docker-compose up``
|
||||
``docker-compose up``
|
||||
|
||||
You should read the documentation about [docker-imposm](https://github.com/gustry/docker-imposm3) and [docker-osmupdate](https://github.com/Gustry/docker-osmupdate) for settings.
|
||||
|
|
Ładowanie…
Reference in New Issue