Hey,
I would have some technical questions!
I see there is a GitHub action to create deployments for pull requests on GitHub. And I see there are docs and examples for running an app with docker compose.
Is it possible to run the GitHub action to deploy an app with docker compose?
Would the container for the app be rebuilt on every push or can the layers be cached?
If I have a Postgres container for example, would the data be retained on redeploys?
Thank you