documentaion update

This commit is contained in:
kelinfoxy
2026-03-18 20:35:22 -04:00
parent 5dc8e3c213
commit e046ac0dba
2 changed files with 67 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
http:
routers:
sonarr-${SERVER_NAME}:
rule: "Host(`sonarr.${DOMAIN}`)"
service: sonarr-${SERVER_NAME}-service
@@ -17,6 +18,7 @@ http:
certResolver: letsencrypt
middlewares:
- authelia@docker
radarr-${SERVER_NAME}:
rule: "Host(`radarr.${DOMAIN}`)"
service: radarr-${SERVER_NAME}-service
@@ -90,6 +92,7 @@ http:
services:
sonarr-${SERVER_NAME}-service:
loadBalancer:
servers:
@@ -137,5 +140,3 @@ http:
servers:
- url: "http://${SERVER_IP}:5055"
passHostHeader: true