diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index ea86af6..4d5d473 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -20,8 +20,13 @@ entryPoints: entryPoint: to: websecure scheme: https + middlewares: + - crowdsec-bouncer@file websecure: address: :443 + http: + middlewares: + - crowdsec-bouncer@file serversTransport: insecureSkipVerify: true @@ -42,4 +47,6 @@ certificatesResolvers: providers: docker: endpoint: "unix:///var/run/docker.sock" - exposedByDefault: false \ No newline at end of file + exposedByDefault: false + file: + filename: ./config.yaml \ No newline at end of file