Create the docker-compose.yaml and start the containers. To make this work you need a public ssh key to be injected into the "bastion" container.
SSH_PUBLIC_KEY=`cat ~/.ssh/id_rsa.pub` podman compose upSave the name of the database container:
export DB_CONTAINER_NAME=$(podman ps --format '{{.Names}}'| grep "db-1")