Skip to content

Commit

Permalink
chore(deps): update offen/docker-volume-backup docker tag to v2.41.0 (#…
Browse files Browse the repository at this point in the history
…72)

offen/docker-volume-backup v2.40.0 → v2.41.0
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent aff4ad3 commit e3ae356
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion immich/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:

backup-database: &backup
container_name: immich_backup-database
image: offen/docker-volume-backup:v2.40.0@sha256:f9cf83d63a1a9129b7c421090b584f11732fc201283f415552b14113f2cbf674
image: offen/docker-volume-backup:v2.41.0@sha256:b24c48ddd0edcab3637d95d43d42fcdd56d71ccfa868d20bd71febe3b64d18d4
environment:
BACKUP_CRON_EXPRESSION: 0 5 * * *
BACKUP_FILENAME: immich_database_%Y%m%d.{{ .Extension }}
Expand Down
2 changes: 1 addition & 1 deletion misskey/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

backup:
container_name: misskey_backup
image: offen/docker-volume-backup:v2.40.0@sha256:f9cf83d63a1a9129b7c421090b584f11732fc201283f415552b14113f2cbf674
image: offen/docker-volume-backup:v2.41.0@sha256:b24c48ddd0edcab3637d95d43d42fcdd56d71ccfa868d20bd71febe3b64d18d4
environment:
BACKUP_CRON_EXPRESSION: 0 5 * * *
BACKUP_FILENAME: misskey_database_%Y%m%d.{{ .Extension }}
Expand Down
2 changes: 1 addition & 1 deletion speedtest-tracker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

backup:
container_name: speedtest-tracker_backup
image: offen/docker-volume-backup:v2.40.0@sha256:f9cf83d63a1a9129b7c421090b584f11732fc201283f415552b14113f2cbf674
image: offen/docker-volume-backup:v2.41.0@sha256:b24c48ddd0edcab3637d95d43d42fcdd56d71ccfa868d20bd71febe3b64d18d4
environment:
BACKUP_CRON_EXPRESSION: 0 5 * * *
BACKUP_FILENAME: speedtest-tracker_database_%Y%m%d.{{ .Extension }}
Expand Down

0 comments on commit e3ae356

Please sign in to comment.