How to quickly demo Press app locally without setting up full cloud infrastructure?

Hi everyone,

I’m exploring the Frappe Press app and trying to understand how it works for managing deployments, builds, and clusters.

The official documentation is great but assumes that we provision multiple cloud servers (proxy, app, DB) using Hetzner, AWS Route53, Docker registry, and even Stripe dashboard setup. This is a bit too much for simply testing or demoing Press locally.

Is there a way to run and test the core features of Press (like building and deploying a site/app) using only a local setup — for example, by leveraging the same Frappe container I already have running via Docker Compose?

I’d appreciate any guidance or tips for a minimal/dev setup of Press — ideally without needing cloud VMs or setting up certbot, AWS, etc.

Thanks in advance!