From 7341739935ad8fe6b7a472002c89ecc3dea175a3 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:49:16 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/compose.yaml --- Proxy_Containers/traefik/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 9870aca..a0ad650 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -9,6 +9,7 @@ services: - "443:443" environment: - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} + - CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY} volumes: - ./traefik.yaml:/etc/traefik/traefik.yaml:ro - ./config.yaml:/config.yml:ro