Update compose.yaml

This commit is contained in:
feldjaeger 2026-03-27 12:36:08 +01:00 committed by GitHub
parent 63846b2b64
commit ff425d14fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,29 +4,6 @@ networks:
name: emby_chris_network name: emby_chris_network
services: services:
wstunnel-client:
image: ghcr.io/erebe/wstunnel:latest
container_name: wstunnel-client # ← für docker logs/ps übersichtlicher
restart: unless-stopped
networks:
- emby_chris_network
command:
- "/home/app/wstunnel"
- "client"
- "--http-upgrade-path-prefix"
- "5bb8a961812d2f966e09b2825635a1a1007a283083877ae7873ebda99c514ec7"
- "-R"
- "tcp://0.0.0.0:9106:emby:8096"
- "wss://tunnel.sascha-lutz.de"
depends_on: # ← wstunnel startet erst wenn emby läuft
- emby
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
emby: emby:
image: lscr.io/linuxserver/emby:latest image: lscr.io/linuxserver/emby:latest
container_name: emby container_name: emby
@ -43,6 +20,8 @@ services:
- NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all - NVIDIA_VISIBLE_DEVICES=all
restart: unless-stopped restart: unless-stopped
ports:
- 8096:8096
networks: networks:
- emby_chris_network - emby_chris_network
devices: devices: