diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index 1343278..2f9519d 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -6,6 +6,8 @@ entryPoints: web: address: :80 http: + middlewares: + - crowdsec-bouncer@file redirections: entryPoint: to: websecure @@ -13,6 +15,9 @@ entryPoints: websecure: address: :443 + http: + middlewares: + - crowdsec-bouncer@file serversTransport: insecureSkipVerify: true @@ -21,6 +26,8 @@ providers: docker: endpoint: "unix:///var/run/docker.sock" exposedByDefault: false + file: + filename: /config.yml certificatesResolvers: cloudflare: