42 lines
645 B
YAML
Executable File
42 lines
645 B
YAML
Executable File
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
permanent: true
|
|
|
|
websecure:
|
|
address: ":443"
|
|
|
|
api:
|
|
insecure: true
|
|
|
|
providers:
|
|
docker: {}
|
|
file:
|
|
filename: /etc/traefik/dynamic.yaml
|
|
watch: true
|
|
|
|
log:
|
|
filePath: /var/log/traefik/common.log
|
|
format: json
|
|
level: INFO
|
|
|
|
accessLog:
|
|
filePath: /var/log/traefik/access.log
|
|
format: json
|
|
|
|
serversTransport:
|
|
insecureSkipVerify: true
|
|
|
|
certificatesResolvers:
|
|
myresolver:
|
|
acme:
|
|
email: me@vaala.cat
|
|
storage: acme.json
|
|
dnsChallenge:
|
|
provider: cloudflare
|