diff --git a/docker-compose.yml b/docker-compose.yml index 6d4b83b..1ba752d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -413,8 +413,12 @@ services: embedding-service: condition: service_healthy healthcheck: - disable: true - restart: "no" + test: ["CMD", "curl", "-f", "http://127.0.0.1:8098/health"] + interval: 60s + timeout: 30s + retries: 10 + start_period: 30s + restart: unless-stopped networks: - breakpilot-network