update config traefik

This commit is contained in:
2026-05-29 22:05:54 +00:00
parent 2746a8e2cd
commit 78473473ac
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -117,6 +117,14 @@ http:
certresolver: myresolver
middlewares: crowdsec-bouncer@file
quiz:
rule: "Host(`split.{{ env "TRAEFIK_PUBLIC_DOMAIN" }}`)"
service: node
entrypoints: https,http
tls:
certresolver: myresolver
middlewares: crowdsec-bouncer@file
radicale:
rule: "Host(`radicale.{{ env "TRAEFIK_PUBLIC_DOMAIN" }}`)"
service: node
-1
View File
@@ -37,7 +37,6 @@ services:
- "traefik.http.routers.traefik.entrypoints=https"
- "traefik.http.routers.traefik.tls=true"
<<<<<<< HEAD
# traefik-agent:
# extends:
# file: ${TEMPLATES_PATH}