35 lines
566 B
YAML
35 lines
566 B
YAML
|
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'
|
||
|
http:
|
||
|
redirections:
|
||
|
entryPoint:
|
||
|
to: 'websecure'
|
||
|
scheme: 'https'
|
||
|
websecure:
|
||
|
address: ':443'
|
||
|
|
||
|
certificatesResolvers:
|
||
|
httpresolver:
|
||
|
acme:
|
||
|
# email: acme@thisprops.com
|
||
|
storage: /shared/acme.json
|
||
|
httpChallenge:
|
||
|
entryPoint: web
|
||
|
|
||
|
log:
|
||
|
level: ERROR
|