12 lines
269 B
Bash
12 lines
269 B
Bash
# Config
|
|
JELLYFIN_DOMAIN=jellyfin.$DOMAIN
|
|
JELLYFIN_CONFIG_STORAGE=1Gi
|
|
JELLYFIN_CACHE_STORAGE=10Gi
|
|
JELLYFIN_MEDIA_STORAGE=100Gi
|
|
TZ=UTC
|
|
|
|
# Docker Images
|
|
JELLYFIN_IMAGE=jellyfin/jellyfin:latest
|
|
|
|
# Jellyfin Configuration
|
|
JELLYFIN_PublishedServerUrl=https://jellyfin.$DOMAIN |