Add traefik/dynamic/lxc2-mediaservices.yml
This commit is contained in:
parent
ba8a043726
commit
44a6f994b7
1 changed files with 32 additions and 0 deletions
32
traefik/dynamic/lxc2-mediaservices.yml
Normal file
32
traefik/dynamic/lxc2-mediaservices.yml
Normal 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
|
||||
Loading…
Reference in a new issue