44 lines
743 B
YAML
44 lines
743 B
YAML
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: "websecure"
|
|
scheme: "https"
|
|
permanent: true
|
|
websecure:
|
|
address: ":443"
|
|
postgres:
|
|
address: ":5432"
|
|
|
|
providers:
|
|
file:
|
|
directory: custom/
|
|
watch: true
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
watch: true
|
|
|
|
certificatesResolvers:
|
|
letsEncrypt:
|
|
acme:
|
|
email: gwookiee@gmail.com
|
|
storage: /ssl-certs/acme.json
|
|
httpChallenge:
|
|
entryPoint: web
|
|
tlsChallenge: {}
|
|
|
|
api:
|
|
dashboard: true
|
|
|
|
log:
|
|
filePath: "/var/log/traefik.log"
|
|
|
|
accessLog:
|
|
filePath: "/var/log/traefik_access.log"
|
|
bufferingSize: 100
|
|
|
|
pilot:
|
|
token: "b07f1173-3ea3-47b8-b993-c286a3fa2e42"
|