mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: lms persistence
This commit is contained in:
@@ -25,8 +25,8 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: lmscommunity/lyrionmusicserver
|
repository: ghcr.io/lms-community/lyrionmusicserver
|
||||||
tag: 9.0.2@sha256:edeb934fbef19c7e15f94d457c563f76ee31ac795bfbae2edb2b7530e15a66ea
|
tag: stable@sha256:c093bd206286e57ec7aa91857794daa5e9190897f0411072f230c9599d82f57b
|
||||||
env:
|
env:
|
||||||
AUDIO_DIR: &claude-music /mnt/claude-musique
|
AUDIO_DIR: &claude-music /mnt/claude-musique
|
||||||
PLAYLIST_DIR: &playlists /mnt/playlists
|
PLAYLIST_DIR: &playlists /mnt/playlists
|
||||||
@@ -73,7 +73,7 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: *app
|
existingClaim: *app
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /srv/squeezebox
|
- path: /config
|
||||||
music:
|
music:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 192.168.9.10
|
server: 192.168.9.10
|
||||||
|
Reference in New Issue
Block a user