Update compose.yaml

This commit is contained in:
feldjaeger 2026-03-25 09:30:08 +01:00 committed by GitHub
parent edac9a5617
commit 8a749293cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"