Add traefik/dynamic/lxc2-mediaservices.yml

This commit is contained in:
admin 2026-01-26 17:53:26 -07:00
parent ba8a043726
commit 44a6f994b7

View file

@ -0,0 +1,32 @@
http:
routers:
# JELLYFIN ROUTER
jellyfin:
rule: "Host(`media.mapletree.email`)"
service: jellyfin-service
entryPoints:
- websecure
tls:
certResolver: myresolver
stash:
rule: "Host(`stash.mapletree.email`)"
service: stash-service
entryPoints:
- websecure
tls:
certResolver: myresolver
services:
# JELLYFIN SERVICE (The Destination)
jellyfin-service:
loadBalancer:
servers:
# The IP address of pve2-lxc2
- url: "http://172.16.201.202:8096"
passHostHeader: true
stash-service:
loadBalancer:
servers:
# The IP address of pve2-lxc2
- url: "http://172.16.201.202:9999"
passHostHeader: true