No description
Find a file
fly ce4c8b8cb2 Specify wich commit we want to use
Signed-off-by: fly <merspieler@airmail.cc>
2021-03-17 13:12:12 +01:00
full Specify wich commit we want to use 2021-03-17 13:12:12 +01:00
README.md Working condition 2021-03-16 23:59:51 +01:00

easy-osm2city-podman

Repo for containerisation of easy-osm2city

Networking

podman network create o2c

Psql

podman run -i -d -t --name o2c-psql --network o2c -v /storage/databases/postgresql/13/main/:/var/lib/postgresql/data/ -e POSTGRES_PASSWORD=FG-is-GREAT docker.io/postgis/postgis:13-master

Osm2city container

podman run -i -t -d -v <base-scenery>:/scenery/ -v <pbf-storage>:/easy-osm2city/pbf -v <project-storage>:/easy-osm2city/projects -v <tmp-directory>:/tmp --name o2c --network o2c registry.gitlab.com/merspieler/easy-osm2city/full:latest We need to have /tmp on a volume cause we otherwise get issues with performance.