24 lines
456 B
YAML
24 lines
456 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/navidrome
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.47.5@sha256:a7e6b081e2a2ffc86eda6f98eeae5b690235e78611a243ab3c8f576b716378d6
|
||
|
|
||
|
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"
|