jellyfin & jellyseer

This commit is contained in:
jonas@geiger-natur.de
2026-01-03 16:45:13 +01:00
parent f94e4a3dc8
commit 8e287f4028
4 changed files with 33 additions and 0 deletions

View File

View File

@@ -0,0 +1,17 @@
version: "3.8"
services:
jellyfin:
image: jellyfin/jellyfin:10
volumes:
- config:/config
- cache:/cache
- /mnt/seedbox/media:/media
restart: "unless-stopped"
environment:
- JELLYFIN_PublishedServerUrl=https://${JELLYFIN_HOST}
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
config:
cache:
media: