Actualiser configs/traefik.yml

This commit is contained in:
Hubert Cornet 2024-03-12 21:21:38 +01:00
parent 8555f1d52d
commit afdd1ec275

View File

@ -3,16 +3,17 @@
global: global:
# Send anonymous usage data # Send anonymous usage data
sendAnonymousUsage: false sendAnonymousUsage: false
# checkNewVersion: true checkNewVersion: true
entryPoints: entryPoints:
web: http:
address: ":80" address: ":80"
# redirections: http:
# entryPoint: redirections:
# to: "websecure" entryPoint:
# scheme: "https" to: "https"
websecure: scheme: "https"
https:
address: ":443" address: ":443"
# Access logs # Access logs
@ -25,16 +26,19 @@ providers:
docker: docker:
endpoint: "unix:///var/run/docker.sock" endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false exposedByDefault: false
network: "traefik-network"
watch: true
file: file:
directory: /etc/traefik/dynamic directory: /etc/traefik/dynamic
watch: true watch: true
providersThrottleDuration: 10
certificatesResolvers: certificatesResolvers:
letsencrypt: letsencrypt:
acme: acme:
tlschallenge: true tlschallenge: true
httpchallenge: httpchallenge:
entrypoint: web entrypoint: http
email: admin@tips-of-mine.fr email: admin@tips-of-mine.fr
storage: /etc/traefik/acme/acme.json storage: /etc/traefik/acme/acme.json