Ben Griffiths
09/08/2025, 8:45 AMdocker compose up
I get a few errors relating to the postgres database migrations not running, and the API being unaccessible.
These issues were fixed by adding PREFECT_UI_API_URL: <http://localhost:4200/api>
to both prefect-server and prefect-services, and by changing the prefect-server command from prefect server start --no-services"
to /bin/sh -c "prefect server database upgrade && prefect server start --no-services"
.
Is there a recent docker compose example that works out of the box?Marvin
09/08/2025, 8:45 AMresearch_prefect_topic
📊 Tools used:
• research_prefect_topic
(3x)