52 lines
809 B
YAML
52 lines
809 B
YAML
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:
|
|
milvert:
|
|
acme:
|
|
email: simon@milvert.com
|
|
storage: "/letsencrypt/acme.json"
|
|
httpChallenge:
|
|
entryPoint: web
|
|
tlsChallenge: {}
|
|
peek:
|
|
acme:
|
|
email: simon@milvert.com
|
|
storage: "/letsencrypt/acme_peek.json"
|
|
httpChallenge:
|
|
entryPoint: web
|
|
tlsChallenge: {}
|
|
|
|
|
|
http:
|
|
middlewares:
|
|
redirect:
|
|
redirectScheme:
|
|
scheme: https
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
web-secure:
|
|
address: ":443"
|
|
influx:
|
|
address: ":8086"
|
|
mqtt:
|
|
address: ":9001"
|