30 lines
531 B
YAML
30 lines
531 B
YAML
image:
|
|
repository: tccr.io/truecharts/navidrome
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.49.3@sha256:8a415419867682cd91a202131e728404d51662fc3b084565e143a4f121da9851
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4533
|
|
targetPort: 4533
|
|
|
|
env:
|
|
ND_SCANINTERVAL: "15m"
|
|
ND_LOGLEVEL: "info"
|
|
ND_SESSIONTIMEOUT: "24h"
|
|
ND_ENABLETRANSCODINGCONFIG: "true"
|
|
ND_MUSICFOLDER: "/music"
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
music:
|
|
enabled: true
|
|
mountPath: "/music"
|
|
|
|
portal:
|
|
enabled: true
|