add iptv to traefik config
Some checks failed
Deploy Containers / Prepare (push) Failing after 26s

This commit is contained in:
2025-10-26 16:45:18 -04:00
parent 0ae9867846
commit 7f387d410f

View File

@@ -35,6 +35,13 @@ http:
- webSecure
tls:
certResolver: letsencrypt
iptv:
rule: "Host(`iptv.fntz.net`)"
service: iptv
entryPoints:
- webSecure
tls:
certResolver: letsencrypt
services:
@@ -57,4 +64,8 @@ http:
nvr:
loadBalancer:
servers:
- url: "http://nas:5000/"
- url: "http://nas:5000/"
iptv:
loadBalancer:
servers:
- url: "http://nas:8409/"