From 4e4ea5f40d0596f3cc9b1da0f4205eff4e7ade6e Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 17:05:40 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.tmpl --- Proxy_Containers/traefik/{config.yaml => config.tmpl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Proxy_Containers/traefik/{config.yaml => config.tmpl} (90%) diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.tmpl similarity index 90% rename from Proxy_Containers/traefik/config.yaml rename to Proxy_Containers/traefik/config.tmpl index 5646221..f9b3054 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.tmpl @@ -5,7 +5,7 @@ http: crowdsec-bouncer: enabled: true crowdsecMode: stream - crowdsecLapiKey: "${crowdsecLapiKey}" + crowdsecLapiKey: "{{ env "CROWDSEC_BOUNCER_API_KEY" }}" crowdsecLapiHost: "crowdsec:8080" crowdsecLapiScheme: "http"