pull/1/head
Etienne Trimaille 2015-07-27 08:33:14 +02:00
rodzic e384cda8cf
commit 2737ed2a78
2 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -6,10 +6,6 @@ db:
- USERNAME=docker
- PASS=docker
- HSTORE=true
# TODO: Why are exposing ports to the host? This is
# TODO: an anti-pattern - TS
ports:
- "6543:5432"
imposm:
#image: imposm

Wyświetl plik

@ -4,9 +4,9 @@ Next to ``docker-osm`` :
``git clone https://github.com/Gustry/docker-imposm.git``
``git clone https://github.com/Gustry/docker-postgis.git``
``mkdir base-pbf import-queue import-done cache``
``mkdir base-pbf``
Copy a OSM file and its state file into base-pbf.
Copy a OSM file and its state file(*.state.txt) into base-pbf. The state file contains the timestamp of the OSM file.
``docker-compose build``
``docker-compose up``