Does anyone have a working docker compose file for Prefect 3 to be used with external database? 3.0.0rc images are listed on DockerHub but I can't seem to find example compose file in the docs. Does it require setting up multiple services or is it as simple as using
prefect server start
as the entrypoint? 🤔
Nilesh Trivedi
07/11/2024, 12:42 PM
I tried reusing one of the Prefect v2 examples I found by changing the image version to
prefecthq/prefect:3.0.0rc10-python3.11
but saw this error when running `docker compose up`:
Copy code
flow-1 | python: can't open file '/app/work.py': [Errno 2] No such file or directory
n
Nate
07/11/2024, 4:38 PM
hi @Nilesh Trivedi - you can find some docker compose examples here, for example
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.