2024-11-25 04:05:29 +00:00
|
|
|
api:
|
|
|
|
dashboard: true
|
|
|
|
insecure: true
|
|
|
|
|
|
|
|
providers:
|
|
|
|
docker:
|
|
|
|
endpoint: 'unix:///var/run/docker.sock'
|
|
|
|
watch: true
|
|
|
|
exposedByDefault: false
|
|
|
|
file:
|
|
|
|
directory: /etc/traefik/dynamic
|
|
|
|
watch: true
|
|
|
|
|
|
|
|
entryPoints:
|
|
|
|
web:
|
|
|
|
address: ':80'
|
2024-12-05 02:03:46 +00:00
|
|
|
forwardedHeaders:
|
|
|
|
trustedIPs:
|
|
|
|
- "127.0.0.1/32"
|
|
|
|
- "172.16.0.0/12"
|
2024-11-25 04:05:29 +00:00
|
|
|
http:
|
|
|
|
redirections:
|
|
|
|
entryPoint:
|
|
|
|
to: 'websecure'
|
|
|
|
scheme: 'https'
|
|
|
|
websecure:
|
|
|
|
address: ':443'
|
2024-12-05 02:03:46 +00:00
|
|
|
forwardedHeaders:
|
|
|
|
trustedIPs:
|
|
|
|
- "127.0.0.1/32"
|
|
|
|
- "172.16.0.0/12"
|
2024-11-25 04:05:29 +00:00
|
|
|
|
|
|
|
certificatesResolvers:
|
|
|
|
httpresolver:
|
|
|
|
acme:
|
|
|
|
# email: acme@thisprops.com
|
|
|
|
storage: /shared/acme.json
|
|
|
|
httpChallenge:
|
|
|
|
entryPoint: web
|
|
|
|
|
|
|
|
log:
|
|
|
|
level: ERROR
|