43 lines
723 B
YAML
43 lines
723 B
YAML
|
|
api:
|
||
|
|
dashboard: true
|
||
|
|
insecure: false
|
||
|
|
|
||
|
|
entryPoints:
|
||
|
|
web:
|
||
|
|
address: ":80"
|
||
|
|
http:
|
||
|
|
redirections:
|
||
|
|
entryPoint:
|
||
|
|
to: websecure
|
||
|
|
scheme: https
|
||
|
|
websecure:
|
||
|
|
address: ":443"
|
||
|
|
|
||
|
|
providers:
|
||
|
|
docker:
|
||
|
|
endpoint: "unix:///var/run/docker.sock"
|
||
|
|
exposedByDefault: false
|
||
|
|
network: web
|
||
|
|
file:
|
||
|
|
directory: /config
|
||
|
|
watch: true
|
||
|
|
|
||
|
|
certificatesResolvers:
|
||
|
|
letsencrypt:
|
||
|
|
acme:
|
||
|
|
email: lorentz@wulfconsulting.com
|
||
|
|
storage: acme.json
|
||
|
|
dnsChallenge:
|
||
|
|
provider: cloudflare
|
||
|
|
delayBeforeCheck: 0
|
||
|
|
resolvers:
|
||
|
|
- "1.1.1.1:53"
|
||
|
|
- "8.8.8.8:53"
|
||
|
|
|
||
|
|
log:
|
||
|
|
level: INFO
|
||
|
|
|
||
|
|
accessLog:
|
||
|
|
filePath: /var/log/traefik/access.log
|
||
|
|
bufferingSize: 100
|