[Unit] Description=podman pull docker.io/library/postgres Documentation=https://hub.docker.com/_/postgres/ # Only start if PostgreSQL has been configured ConditionPathExists=/etc/quadlets/postgresql/config.env [Image] Image=docker.io/library/postgres:${PG_MAJOR}-alpine [Service] # These environment variables are sourced to be used by systemd in the Exec* commands EnvironmentFile=/etc/quadlets/postgresql/config.env