diff --git a/compose.yaml b/compose.yaml index 09a29e9..e580998 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,8 +1,7 @@ services: monitor: build: . - ports: - - "8000:8000" + ports: ["8000:8000"] environment: - MONITOR_LOG_LEVEL: INFO MONITOR_REQUEST_TIMEOUT_SECONDS: "5" + MONITOR_MAX_REDIRECTS: "5"