Update compose.yaml
This commit is contained in:
parent
edac9a5617
commit
8a749293cd
1 changed files with 10 additions and 6 deletions
16
compose.yaml
16
compose.yaml
|
|
@ -6,15 +6,19 @@ networks:
|
|||
services:
|
||||
wstunnel-client:
|
||||
image: ghcr.io/erebe/wstunnel:latest
|
||||
container_name: wstunnel-client # ← für docker logs/ps übersichtlicher
|
||||
restart: unless-stopped
|
||||
container_name: wstunnel-client
|
||||
networks:
|
||||
- jellyfin_network
|
||||
command: >
|
||||
client
|
||||
-R 'tcp://9112:jellyfin:8096'
|
||||
wss://home.sascha-lutz.de/skipping-supremacy-unspoken-matriarch-john-shifter
|
||||
depends_on: # ← wstunnel startet erst wenn emby läuft
|
||||
command:
|
||||
- "/home/app/wstunnel"
|
||||
- "client"
|
||||
- "--http-upgrade-path-prefix"
|
||||
- "5bb8a961812d2f966e09b2825635a1a1007a283083877ae7873ebda99c514ec7"
|
||||
- "-R"
|
||||
- "tcp://0.0.0.0:9112:jellyfin:8096"
|
||||
- "wss://tunnel.sascha-lutz.de"
|
||||
depends_on:
|
||||
- jellyfin
|
||||
logging:
|
||||
driver: "json-file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue