navidrome: enable backups
This commit is contained in:
parent
41a9a07c16
commit
c769115f45
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,9 @@ services:
|
|||
ND_SCANSCHEDULE: 0 1 * * *
|
||||
ND_SESSIONTIMEOUT: 24h
|
||||
ND_TRANSCODINGCACHESIZE: 500MB
|
||||
ND_BACKUP_PATH: "/backups"
|
||||
ND_BACKUP_SCHEDULE: "5 22 * * *"
|
||||
ND_BACKUP_COUNT: "14"
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Europe/Berlin
|
||||
|
@ -54,6 +57,7 @@ services:
|
|||
######## Volumes ########
|
||||
volumes:
|
||||
data:
|
||||
backups:
|
||||
musik_smb_mg: # Verzeichnis in restic aus Backup ausnehmen!
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
|
Loading…
Reference in a new issue