init
This commit is contained in:
43
deploy/traefik.yml
Normal file
43
deploy/traefik.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user