Here’s an example app that I deploy on a bog-standard hetzner VM (literally any VPS host will work with SSH and docker-compose installed): GitHub - masenf/rx_shout
It uses a containerized postgres db, static frontend export (caddy w/ TLS), and a python3.13 backend container.
My example repo expands on the official production-compose example with an additional github action to perform automatic deployment whenever I push to main.
It’s well tested, i make sure it continues to work before publishing any reflex release.