Collection of cookbooks for Podman Quadlets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
1000 B

[Unit]
Description= The Free Software Media System
Documentation=https://docs.linuxserver.io/images/docker-jellyfin/
Wants=network.target
After=network.target
RequiresMountsFor=/var/lib/virtiofs/ssd
RequiresMountsFor=/var/lib/virtiofs/hdd
[Container]
ContainerName=jellyfin
# Image
Image=jellyfin.image
AutoUpdate=registry
# Security
User=10017
Group=10000
# Storage
Volume=/var/lib/virtiofs/ssd/jellyfin/config:/config:z
Volume=/var/lib/virtiofs/hdd/media:/data:z
# Network
AddCapability=CAP_NET_BIND_SERVICE
Network=host
# Configuration
Environment=PUID=10017 PGID=10000 JELLYFIN_DATA_DIR=/config/data JELLYFIN_CONFIG_DIR=/config JELLYFIN_LOG_DIR=/config/log JELLYFIN_CACHE_DIR=/config/cache JELLYFIN_WEB_DIR=/usr/share/jellyfin/web TZ=Etc/UTC
Entrypoint=/usr/bin/jellyfin
Exec=--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
# Health check
HealthCmd=curl -f http://127.0.0.1:8096/health
HealthInterval=30s
HealthTimeout=10s
HealthStartPeriod=30s
HealthRetries=3
[Install]
WantedBy=seedbox.target