mkdir -p /var/lib/data/qem/psql-data && cd /var/lib/data/qemgit clone https://github.com/openSUSE/qem-dashboard.gitsed -i -e 's#pg: .*#pg: postgresql://postgres@localhost:5432/postgres#' qem-dashboard/dashboard.ymlfor quadlet in qem-dashboard/containers/systemd/*; do ln -s "$PWD/$quadlet" /etc/containers/systemd/; donesystemctl daemon-reload && systemctl start qem-pod
After podman build completes, new container is spawned inside the pod and the qem-dashboard will be available on port 3000.