jellyfin update
This commit is contained in:
parent
8a749293cd
commit
178894c097
1 changed files with 25 additions and 37 deletions
62
compose.yaml
62
compose.yaml
|
|
@ -2,57 +2,45 @@ networks:
|
|||
jellyfin_network:
|
||||
enable_ipv6: false
|
||||
name: jellyfin_network
|
||||
|
||||
|
||||
services:
|
||||
wstunnel-client:
|
||||
image: ghcr.io/erebe/wstunnel:latest
|
||||
restart: unless-stopped
|
||||
container_name: wstunnel-client
|
||||
networks:
|
||||
- jellyfin_network
|
||||
command:
|
||||
- "/home/app/wstunnel"
|
||||
- "client"
|
||||
- "--http-upgrade-path-prefix"
|
||||
- "5bb8a961812d2f966e09b2825635a1a1007a283083877ae7873ebda99c514ec7"
|
||||
- "-R"
|
||||
- "tcp://0.0.0.0:9112:jellyfin:8096"
|
||||
- "wss://tunnel.sascha-lutz.de"
|
||||
depends_on:
|
||||
- jellyfin
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:latest
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
tmpfs:
|
||||
- /tmp:size=64G,mode=1777
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
volumes:
|
||||
- /app-config/jellyfin:/config
|
||||
- /tmp:/cache
|
||||
|
||||
- /app-config/jellyfin_backup:/backup
|
||||
- data:/data
|
||||
- /merged:/merged
|
||||
- data:/data/
|
||||
ports:
|
||||
- 8096:8096
|
||||
- 8920:8920 #optional
|
||||
- 7359:7359/udp #optional
|
||||
- 1900:1900/udp #optional
|
||||
- 9096:8096
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- jellyfin_network
|
||||
- emby_sascha_network
|
||||
devices:
|
||||
- /dev/nvidia0:/dev/nvidia0
|
||||
- /dev/nvidiactl:/dev/nvidiactl
|
||||
- /dev/nvidia-uvm:/dev/nvidia-uvm
|
||||
- /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
volumes:
|
||||
data:
|
||||
name: data
|
||||
name: emby_data
|
||||
driver: local
|
||||
driver_opts:
|
||||
device: :/volume1/nas
|
||||
o: addr=192.168.5.100,nolock,soft,rw
|
||||
o: addr=192.168.6.100,nolock,soft,rw
|
||||
type: nfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue