convert jellyfin to stack

This commit is contained in:
poslop
2024-10-11 13:53:29 -05:00
parent 37c1448334
commit 296c755f83
5 changed files with 28 additions and 121 deletions

View File

@@ -0,0 +1,27 @@
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
devices:
- /dev/dri:/dev/dri
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
volumes:
- jellyfin:/config
- /mnt/massdrive/media:/data
networks:
- caddy
- shoko
networks:
caddy:
name: caddy
external: true
shoko:
name: shoko
external: true
volumes:
jellyfin:
name: jellyfin