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"