Fix healthcheck

This commit is contained in:
Andras Schmelczer 2025-08-30 11:21:43 +01:00
parent dd8a61792f
commit 4c327ec98a

View file

@ -31,7 +31,7 @@ services:
- /volumes/backup/logs:/backup-logs # we will store the output of the backup commands in this folder - /volumes/backup/logs:/backup-logs # we will store the output of the backup commands in this folder
- borg-cache:/root/.cache/borg # speed up subsequent backups - borg-cache:/root/.cache/borg # speed up subsequent backups
- health-flag:/health/backup_completion_time.log # this is used to determine if the backup was successful and when it was last run - health-flag:/health # this is used to determine if the backup was successful and when it was last run
- /bulk/backup:/local-backup # this is an example target backup path for BORG_REPO_1 from above - /bulk/backup:/local-backup # this is an example target backup path for BORG_REPO_1 from above
- /volumes/backup/config/id_rsa:/root/.ssh/id_rsa # this is an example for mounting an ssh key for a remote repo (BORG_REPO_0 above) - /volumes/backup/config/id_rsa:/root/.ssh/id_rsa # this is an example for mounting an ssh key for a remote repo (BORG_REPO_0 above)