Update compose.yaml

This commit is contained in:
feldjaeger 2026-03-27 12:35:17 +01:00 committed by GitHub
parent 01160c9371
commit 4d390dd859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,27 +4,6 @@ networks:
name: emby_sascha_network
services:
wstunnel-client:
image: ghcr.io/erebe/wstunnel:latest
restart: unless-stopped
container_name: wstunnel-client
networks:
- emby_sascha_network
command:
- "/home/app/wstunnel"
- "client"
- "--http-upgrade-path-prefix"
- "5bb8a961812d2f966e09b2825635a1a1007a283083877ae7873ebda99c514ec7"
- "-R"
- "tcp://0.0.0.0:9103:emby:8096"
- "wss://tunnel.sascha-lutz.de"
depends_on:
- emby
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
emby:
image: lscr.io/linuxserver/emby:latest
container_name: emby
@ -41,6 +20,8 @@ services:
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all
restart: unless-stopped
ports:
- 8096:8096
networks:
- emby_sascha_network
devices: