fix: remove healthcheck configuration from server service

This commit is contained in:
MayaTheShy
2026-03-22 21:08:46 -04:00
parent 18bdac03b1
commit 73e157cc13

View File

@@ -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: