1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/deploy/traefik/etc/traefik.yaml
2023-11-01 22:08:58 +01:00

39 lines
643 B
YAML

---
global:
checkNewVersion: false
sendAnonymousUsage: false
log:
filePath: /volumes/logs/traefik.log
level: ERROR
entryPoints:
web:
address: :80
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: :443
http:
tls:
certResolver: le
certificatesResolvers:
le:
acme:
# Uncomment following line and replace EMAIL!
# email: EMAIL
storage: /volumes/certs/acme.json
tlsChallenge: {}
accessLog:
filePath: /volumes/logs/access.log
bufferingSize: 128
providers:
file:
filename: /etc/traefik/dynamic.yml