diff --git a/docker-compose.yml b/docker-compose.yml index e36e980..0bf9927 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -72,6 +72,11 @@ services: condition: service_healthy postgres: condition: service_healthy + healthcheck: + test: ['CMD', 'curl', '-f', 'http://localhost:5678'] + interval: 30s + timeout: 10s + retries: 5 networks: - web - internet