mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
setup jellyfin
This commit is contained in:
+19
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user