This commit is contained in:
2024-04-20 16:45:56 +03:00
commit 937c8d8eab
34 changed files with 3048 additions and 0 deletions

43
deploy/traefik.yml Normal file
View 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"