updated for infra

This commit is contained in:
Arseni
2026-03-10 20:40:20 +03:00
parent 9c2b3bf8bd
commit 840a7f85c8
13 changed files with 661 additions and 12 deletions

47
infra/traefik/config.yml Normal file
View File

@@ -0,0 +1,47 @@
log:
level: INFO
format: json
accessLog: {}
entryPoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: ":443"
http3: {}
http:
encodedCharacters:
allowEncodedSlash: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: cicd
watch: true
constraints:
swarm:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: cicd
watch: true
file:
filename: /etc/traefik/dynamic.yml
watch: true
certificatesResolvers:
letsencrypt:
acme:
email: si@sendico.io
storage: /sendico.json
httpChallenge:
entryPoint: web
api:
dashboard: true