From dc77a362ce73ea4942e42a03c2f906a8f7af4550 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Thu, 19 Feb 2026 01:25:07 +0000 Subject: [PATCH] fix: add TCP_IDLE_TTL and TCP_MAX_AGE environment variables for SLMM service --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e97357e..3baee5a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,6 +61,8 @@ services: - PYTHONUNBUFFERED=1 - PORT=8100 - CORS_ORIGINS=* + - TCP_IDLE_TTL=-1 + - TCP_MAX_AGE=-1 restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8100/health"]