2022-08-05 20:59:55 +02:00
|
|
|
log:
|
|
|
|
level: INFO
|
|
|
|
|
|
|
|
providers:
|
|
|
|
docker:
|
|
|
|
network: traefik
|
|
|
|
exposedByDefault: false
|
2024-06-13 15:06:38 +02:00
|
|
|
file:
|
|
|
|
directory: /etc/traefik/dynamic
|
|
|
|
watch: true
|
2022-08-05 20:59:55 +02:00
|
|
|
|
|
|
|
global:
|
|
|
|
sendAnonymousUsage: false
|
|
|
|
|
|
|
|
api:
|
|
|
|
dashboard: true
|
|
|
|
|
|
|
|
entryPoints:
|
|
|
|
openvpn:
|
|
|
|
address: :1194
|
|
|
|
|
|
|
|
web:
|
|
|
|
address: :80
|
|
|
|
http:
|
|
|
|
redirections:
|
|
|
|
entryPoint:
|
|
|
|
to: websecure
|
|
|
|
scheme: https
|
|
|
|
|
|
|
|
websecure:
|
|
|
|
address: :443
|
|
|
|
|
|
|
|
certificatesResolvers:
|
|
|
|
letsencrypt:
|
|
|
|
acme:
|
|
|
|
email: {{ traefik_letsencrypt_email }}
|
|
|
|
storage: /letsencrypt/acme.json
|
|
|
|
tlschallenge: true
|