diff --git a/compose.yaml b/compose.yaml index 8680b68..b7ce587 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,5 +4,6 @@ services: ports: - "8000:8000" environment: - MONITOR_LOG_LEVEL: INFO + MONITOR_REQUEST_TIMEOUT_SECONDS: "5" + MONITOR_MAX_REDIRECTS: "5" restart: unless-stopped