Hello, I would need help building my server on GCP...
# ask-community
e
Hello, I would need help building my server on GCP - Cloud Run, with Prefect to run my flows on GCP - Cloud Run. Eventually, I will have an API as well, but I'll address that later. I'm not sure I fully understand how to proceed: • Would it be better to deploy a standalone Prefect server with a Docker image (for example:
prefecthq/prefect:2-python3.10
) and run a
prefect server start
; and another instance, connected to my git repo, which handles the deployment of the flows? • Or can I do everything from a single server and a single GCP instance ? (this would minimize my costs, which would be preferable to me) ; If yes, do you have a Dockerfile sample ? Furthermore, how do I manage security to ensure that I am the only one who can access my Prefect UI? I have set up a reverse proxy locally. Is this the right approach? Thank you for your advice.