Initial infrastructure setup

This commit is contained in:
Lorentz 2026-02-15 19:31:34 +00:00
commit 91f4ba3dbf
7 changed files with 754 additions and 0 deletions

42
traefik/traefik.yml Normal file
View file

@ -0,0 +1,42 @@
api:
dashboard: true
insecure: false
entryPoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: ":443"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: web
file:
directory: /config
watch: true
certificatesResolvers:
letsencrypt:
acme:
email: lorentz@wulfconsulting.com
storage: acme.json
dnsChallenge:
provider: cloudflare
delayBeforeCheck: 0
resolvers:
- "1.1.1.1:53"
- "8.8.8.8:53"
log:
level: INFO
accessLog:
filePath: /var/log/traefik/access.log
bufferingSize: 100