Does anyone have a working docker compose file for Prefect 3 to be used with external database? 3.0....
n
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? 🤔
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
hi @Nilesh Trivedi - you can find some docker compose examples here, for example
n
@Nate This is prefect v2, right?
n
2 or 3 yes (works the same way)
n
Thanks.
1506 Views