Add OSM import to compose file and README

This commit is contained in:
lukasmartinelli
2016-10-06 08:25:00 +02:00
parent 33f11822b1
commit 4ec7016608
2 changed files with 18 additions and 0 deletions

View File

@@ -14,6 +14,14 @@ services:
env_file: .env
links:
- postgres:postgres
import-osm:
image: "osm2vectortiles/import-osm"
env_file: .env
links:
- postgres
volumes:
- ./data:/import
- ./ClearTables:/opt/cleartables
import-natural-earth:
image: "osm2vectortiles/import-natural-earth"
env_file: .env