2021-01-31 21:52:50 +01:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
backup:
|
2021-02-08 16:58:14 +01:00
|
|
|
image: registry.steph.tools/steph/duplicity-backup
|
2021-01-31 21:52:50 +01:00
|
|
|
volumes:
|
|
|
|
- /services:/services
|
|
|
|
- ./mnt/duplicity/.cache:/home/duplicity/.cache
|
|
|
|
- ./mnt/duplicity/.gnupg:/home/duplicity/.gnupg
|
|
|
|
restart: always
|