Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2025-02-07 13:09:16 +01:00
parent c4685066f8
commit e9e3bcd53f
18 changed files with 158 additions and 90 deletions

View File

@@ -109,6 +109,8 @@ services:
- PGID=1000
- TZ=Europe/Amsterdam
- JELLYFIN_PublishedServerUrl=https://jellyfin.vleeuwen.me
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
volumes:
- ./data/jellyfin-config:/config
- /mnt:/mnt
@@ -116,15 +118,24 @@ services:
- 8096:8096
- 8920:8920
- 7359:7359/udp
- 1900:1900/udp
- 1901:1900/udp
restart: unless-stopped
group_add:
- "992"
- "44"
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
networks:
- shared_network
deploy:
resources:
reservations:
devices:
- driver: cdi
device_ids:
- nvidia.com/gpu=all
capabilities:
- gpu
- compute
- video
overseerr:
image: lscr.io/linuxserver/overseerr:latest
@@ -146,4 +157,4 @@ services:
networks:
shared_network:
external: true
name: shared_network
name: shared_network