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: services:
wstunnel-client: wstunnel-client:
image: ghcr.io/erebe/wstunnel:latest image: ghcr.io/erebe/wstunnel:latest
container_name: wstunnel-client # ← für docker logs/ps übersichtlicher
restart: unless-stopped restart: unless-stopped
container_name: wstunnel-client
networks: networks:
- jellyfin_network - jellyfin_network
command: > command:
client - "/home/app/wstunnel"
-R 'tcp://9112:jellyfin:8096' - "client"
wss://home.sascha-lutz.de/skipping-supremacy-unspoken-matriarch-john-shifter - "--http-upgrade-path-prefix"
depends_on: # ← wstunnel startet erst wenn emby läuft - "5bb8a961812d2f966e09b2825635a1a1007a283083877ae7873ebda99c514ec7"
- "-R"
- "tcp://0.0.0.0:9112:jellyfin:8096"
- "wss://tunnel.sascha-lutz.de"
depends_on:
- jellyfin - jellyfin
logging: logging:
driver: "json-file" driver: "json-file"