add the files

This commit is contained in:
2026-04-19 11:08:20 -07:00
commit 6bcadb4138
12 changed files with 297 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
group_add:
- "993"
volumes:
- config:/config
- cache:/cache
- /srv/media:/media
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
ports:
- 8096:8096
networks:
- caddy
volumes:
config:
cache:
networks:
caddy:
name: caddy
external: true