setup jellyfin

This commit is contained in:
2026-07-25 20:07:34 +02:00
parent 8c88086ee6
commit 1f180dcdb2
4 changed files with 31 additions and 1 deletions
+19
View File
@@ -10,6 +10,7 @@ services:
- radicale
- metube
- jelu
- jellyfin
image: caddy:latest
container_name: caddy
restart: unless-stopped
@@ -143,6 +144,24 @@ services:
- TZ=Europe/Zurich
volumes:
- /opt/server/jelu:/data
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
restart: unless-stopped
environment:
- TZ=Europe/Zurich
volumes:
# Jellyfin configuration/database
- /opt/server/jellyfin/config:/config
# Transcoding cache
- /opt/server/jellyfin/cache:/cache
# Your MeTube archive (read-only)
- /mnt/kdrive/Autre/Archive/Videos:/media/videos:ro
mem_limit: 1500m
volumes:
caddy_data:
caddy_config: