33 lines
536 B
YAML
33 lines
536 B
YAML
|
|
api:
|
||
|
|
dashboard: true
|
||
|
|
insecure: true
|
||
|
|
|
||
|
|
entryPoints:
|
||
|
|
web:
|
||
|
|
address: ":80"
|
||
|
|
websecure:
|
||
|
|
address: ":443"
|
||
|
|
|
||
|
|
certificatesResolvers:
|
||
|
|
letsencrypt:
|
||
|
|
acme:
|
||
|
|
email: vonperfall@r83.io
|
||
|
|
storage: /letsencrypt/acme.json
|
||
|
|
httpChallenge:
|
||
|
|
entryPoint: web
|
||
|
|
|
||
|
|
providers:
|
||
|
|
docker:
|
||
|
|
endpoint: "unix:///var/run/docker.sock"
|
||
|
|
exposedByDefault: false
|
||
|
|
network: root_pfandsystem-network
|
||
|
|
file:
|
||
|
|
directory: /etc/traefik/dynamic
|
||
|
|
watch: true
|
||
|
|
|
||
|
|
log:
|
||
|
|
level: INFO
|
||
|
|
|
||
|
|
accessLog:
|
||
|
|
filePath: "/var/log/access.log"
|