chore(jellyfin): Mount cache to emptyDir and add PublishedServerURL var (#1853)
* chore(jellyfin): Mount cache to emptyDir and add PublishedServerURL var * default to empty
This commit is contained in:
@@ -6,6 +6,9 @@ image:
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
env:
|
||||
JELLYFIN_PublishedServerUrl: "https://jelly.mydomain.com"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -17,3 +20,7 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
cache:
|
||||
enabled: true
|
||||
mountPath: "/cache"
|
||||
type: "emptyDir"
|
||||
|
||||
Reference in New Issue
Block a user