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"