Add Jellyfin application configuration and deployment files
This commit is contained in:
12
apps/jellyfin/config/example.env
Normal file
12
apps/jellyfin/config/example.env
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
Reference in New Issue
Block a user