wip data import from OSM

This commit is contained in:
Motiejus Jakštys
2021-03-13 15:53:22 +02:00
parent 6f95702cb9
commit 4b2f8bd65d
6 changed files with 44 additions and 2 deletions

1
IV/db
View File

@@ -28,6 +28,7 @@ _wait_for_postgres() {
case ${1:-} in
start)
_psql -qc '\q' 2>/dev/null && exit 0
docker run -d --rm \
-p 5432:5432 \
-e POSTGRES_DBNAME=osm \