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