fix: add TCP_IDLE_TTL and TCP_MAX_AGE environment variables for SLMM service

This commit is contained in:
serversdwn
2026-02-19 01:25:07 +00:00
parent 28942600ab
commit dc77a362ce

View File

@@ -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"]