Files
authelia-demo/data/traefik/traefik.yaml
2024-06-12 12:34:16 +00:00

46 lines
715 B
YAML

global:
checkNewVersion: true
log:
level: debug
filePath: /data/stdout.log
format: common
accessLog:
filePath: "/data/access.log"
filters:
statusCodes:
- "500-505"
retryAttempts: true
minDuration: "10ms"
serversTransport:
insecureSkipVerify: true
api:
dashboard: true
entryPoints:
http:
address: ":80"
forwardedHeaders:
insecure: true
https:
address: ":443"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
# file:
# directory: /custom
# watch: true
certificatesResolvers:
letsEncrypt:
acme:
email: admin@gmail.com
storage: acme.json
httpChallenge:
entryPoint: http