From 3ea6941207c863186d8bde5a9d06c703bde8ddfc Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:33:54 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.yaml --- Proxy_Containers/traefik/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index c3b3e5a..904e30c 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -4,7 +4,8 @@ http: plugin: crowdsec-bouncer: enabled: true - crowdsecLapiKey: "your-bouncer-api-key" + crowdsecMode: stream + crowdsecLapiKey: "${CROWDSEC_BOUNCER_API_KEY}" crowdsecLapiHost: "crowdsec:8080" crowdsecLapiScheme: "http"