diff --git a/docker/compose.yaml b/docker/compose.yaml index c9a7be06..ffd68a06 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -42,10 +42,10 @@ x-postgres-db-healthcheck: &postgres-db-healthcheck x-prefect-server-healthcheck: &prefect-server-healthcheck - interval: 10s - timeout: 3s - start_period: 1m - retries: 10 + interval: 20s + timeout: 5s + start_period: 3m + retries: 20 test: | status=$$(python -c 'import httpx; print(httpx.get("http://127.0.0.1:4200/api/health").status_code)') if [ $${status} = '200' ];