53 lines
845 B
Django/Jinja
53 lines
845 B
Django/Jinja
api:
|
|
insecure: true
|
|
|
|
log:
|
|
filePath: /logs/traefik.log
|
|
level: INFO
|
|
accessLog:
|
|
filePath: /logs/access.log
|
|
bufferingSize: 100
|
|
|
|
experimental:
|
|
http3: true
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
websecure:
|
|
address: ":443"
|
|
http3:
|
|
advertisedPort: 443
|
|
metrics:
|
|
address: ":8082"
|
|
|
|
metrics:
|
|
prometheus:
|
|
entryPoint: metrics
|
|
|
|
tracing:
|
|
jaeger:
|
|
samplingServerURL: http://localhost:5778/sampling
|
|
|
|
certificatesResolvers:
|
|
letsencrypt:
|
|
acme:
|
|
email: {{ acme_email }}
|
|
storage: "/acme/acme.json"
|
|
keyType: "EC384"
|
|
dnsChallenge:
|
|
provider: "cloudflare"
|
|
delayBeforeCheck: 10
|
|
resolvers:
|
|
- 1.1.1.1
|
|
- 8.8.8.8
|
|
- 9.9.9.9
|
|
|
|
providers:
|
|
docker:
|
|
exposedByDefault: false
|
|
network: traefik_traefik
|
|
file:
|
|
directory: /rules
|
|
watch: true
|