forked from data.coop/ansible
Pin restic backup.
This commit is contained in:
parent
d6766e601a
commit
78b15ddcc4
|
@ -7,7 +7,7 @@
|
|||
version: '3.6'
|
||||
services:
|
||||
restic-backup:
|
||||
image: mazzolino/restic
|
||||
image: mazzolino/restic:1.6.0
|
||||
restart: always
|
||||
environment:
|
||||
RUN_ON_STARTUP: "true"
|
||||
|
@ -29,7 +29,7 @@
|
|||
- /docker-volumes:/mnt/volumes:ro
|
||||
|
||||
restic-prune:
|
||||
image: "mazzolino/restic"
|
||||
image: "mazzolino/restic:1.6.0"
|
||||
environment:
|
||||
RUN_ON_STARTUP: "true"
|
||||
PRUNE_CRON: "0 0 4 * * *"
|
||||
|
|
Loading…
Reference in a new issue