# 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 :/scenery/ -v :/easy-osm2city/pbf -v :/easy-osm2city/projects -v :/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.