Update compose.yaml
This commit is contained in:
parent
01160c9371
commit
4d390dd859
1 changed files with 2 additions and 21 deletions
23
compose.yaml
23
compose.yaml
|
|
@ -4,27 +4,6 @@ networks:
|
||||||
name: emby_sascha_network
|
name: emby_sascha_network
|
||||||
|
|
||||||
services:
|
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:
|
emby:
|
||||||
image: lscr.io/linuxserver/emby:latest
|
image: lscr.io/linuxserver/emby:latest
|
||||||
container_name: emby
|
container_name: emby
|
||||||
|
|
@ -41,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_sascha_network
|
- emby_sascha_network
|
||||||
devices:
|
devices:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue