wip data import from OSM

This commit is contained in:
2021-05-19 22:57:46 +03:00
committed by Motiejus Jakštys
parent e3f3a36e70
commit 7c6f57a89b
5 changed files with 41 additions and 2 deletions

1
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 \