Update Proxy_Containers/traefik/traefik.yaml

This commit is contained in:
2026-05-14 03:06:15 +00:00
parent c730f3f194
commit d3932cf35c
+6 -9
View File
@@ -9,10 +9,10 @@ entryPoints:
#http: #http:
# middlewares: # middlewares:
# - crowdsec-bouncer@file # - crowdsec-bouncer@file
redirections: redirections:
entryPoint: entryPoint:
to: websecure to: websecure
scheme: https scheme: https
websecure: websecure:
address: :443 address: :443
@@ -21,14 +21,11 @@ entryPoints:
# - crowdsec-bouncer@file # - crowdsec-bouncer@file
providers: providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
file:
filename: ./config.yml
docker: docker:
endpoint: "tcp://socket-proxy:2375" # not the unix socket endpoint: "tcp://socket-proxy:2375" # not the unix socket
exposedByDefault: false exposedByDefault: false
file:
filename: /config.yml
certificatesResolvers: certificatesResolvers:
cloudflare: cloudflare: