11 lines
284 B
YAML
11 lines
284 B
YAML
version: '3'
|
|
|
|
services:
|
|
backup:
|
|
image: registry.steph.tools/steph/duplicity-backup
|
|
volumes:
|
|
- /services:/services
|
|
- ./mnt/duplicity/.cache:/home/duplicity/.cache
|
|
- ./mnt/duplicity/.gnupg:/home/duplicity/.gnupg
|
|
restart: always
|