Update traefik, introduce crowdsec, add hydra stack to infra.

This commit is contained in:
2026-03-27 19:36:37 +00:00
parent 8d3d7e7434
commit a930db1b3a
7 changed files with 202 additions and 13 deletions

View File

@@ -12,11 +12,11 @@ services:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.huber-putz.rule=Host(`huber-stuck.de`, `www.huber-stuck.de`, `huber-putz.com`, `www.huber-putz.com`)"
- "traefik.http.routers.huber-putz.rule=Host(`huber-stuck.de`) || Host(`www.huber-stuck.de`) || Host(`huber-putz.com`) || Host(`www.huber-putz.com`)"
- "traefik.http.routers.huber-putz.entrypoints=web"
- "traefik.http.routers.huber-putz.middlewares=huber-putz"
- "traefik.http.middlewares.huber-putz.redirectscheme.scheme=https"
- "traefik.http.routers.huber-putz-secure.rule=Host(`huber-stuck.de`, `www.huber-stuck.de`, `huber-putz.com`, `www.huber-putz.com`)"
- "traefik.http.routers.huber-putz-secure.rule=Host(`huber-stuck.de`) || Host(`www.huber-stuck.de`) || Host(`huber-putz.com`) || Host(`www.huber-putz.com`)"
- "traefik.http.routers.huber-putz-secure.entrypoints=websecure"
- "traefik.http.routers.huber-putz-secure.tls=true"
- "traefik.http.routers.huber-putz-secure.tls.certresolver=cs"