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:
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue