40 lines
558 B
YAML
40 lines
558 B
YAML
log:
|
|
level: DEBUG
|
|
|
|
api:
|
|
insecure: true
|
|
dashboard: true
|
|
debug: true
|
|
|
|
|
|
providers:
|
|
docker:
|
|
exposedbydefault: false
|
|
|
|
file:
|
|
filename: "/etc/traefik/static_config.yml"
|
|
watch: true
|
|
|
|
log:
|
|
level: DEBUG
|
|
# filePath: /etc/traefik/log.json
|
|
# format: json
|
|
|
|
certificatesResolvers:
|
|
default:
|
|
acme:
|
|
email: simon@milvert.com
|
|
storage: "acme.json"
|
|
httpChallenge:
|
|
# used during the challenge
|
|
entryPoint: web
|
|
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
web-secure:
|
|
address: ":443"
|
|
mqtt:
|
|
address: ":9001"
|