diff --git a/docker-compose.yaml b/docker-compose.yaml index 4b1f603e..fd0ed83b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -15,6 +15,11 @@ services: condition: service_started postgres: condition: service_started + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:8000"] + interval: 30s + timeout: 10s + retries: 5 environment: postgres_host: postgres postgres_user: graph-node