Add OSM import to compose file and README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user