From 73e157cc13409460e4e530129709f83270c2d07c Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 22 Mar 2026 21:08:46 -0400 Subject: [PATCH] fix: remove healthcheck configuration from server service --- web/docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/docker-compose.yml b/web/docker-compose.yml index ce16203..90d43f7 100644 --- a/web/docker-compose.yml +++ b/web/docker-compose.yml @@ -9,12 +9,6 @@ services: - API_KEY=${API_KEY:-} - TURTLE_SERVER_URL=${TURTLE_SERVER_URL:-} restart: unless-stopped - healthcheck: - test: ["CMD", "wget", "-qO-", "http://localhost:3001/api/health"] - interval: 10s - timeout: 5s - start_period: 15s - retries: 3 client: build: