Update traefik, introduce crowdsec, add hydra stack to infra.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user