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