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