58 lines
949 B
YAML
58 lines
949 B
YAML
global:
|
|
checkNewVersion: false
|
|
sendAnonymousUsage: false
|
|
|
|
log:
|
|
level: DEBUG
|
|
format: json
|
|
|
|
accessLog:
|
|
format: json
|
|
filePath: /var/log/traefik/access.log
|
|
bufferingSize: 100
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: false
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
websecure:
|
|
address: ":443"
|
|
ping:
|
|
address: ":8082"
|
|
|
|
ping:
|
|
entryPoint: ping
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "tcp://docker-socket-proxy:2375"
|
|
exposedByDefault: false
|
|
network: proxy-net
|
|
redis:
|
|
endpoints:
|
|
- redis:6379
|
|
file:
|
|
directory: /dynamic
|
|
watch: true
|
|
|
|
certificatesResolvers:
|
|
cloudflare:
|
|
acme:
|
|
email: nathan@castaldifamily.com
|
|
storage: /certs/acme.json
|
|
dnsChallenge:
|
|
provider: cloudflare
|
|
propagation:
|
|
delayBeforeChecks: 0
|
|
resolvers:
|
|
- 1.1.1.1:53
|
|
- 8.8.8.8:53
|