Emmanuel Rambeau
02/20/2024, 5:13 PMprefecthq/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.