fix: add TCP_IDLE_TTL and TCP_MAX_AGE environment variables for SLMM service
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user