mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 07:06:30 +00:00
9e9f9ec956
Should simulate an S3 test
13 lines
300 B
YAML
13 lines
300 B
YAML
version: '2'
|
|
services:
|
|
duplicity:
|
|
build: .
|
|
volumes:
|
|
- ~/my-backups:/backups
|
|
- ~/my-data:/data:ro
|
|
environment:
|
|
PASSPHRASE: Correct.Horse.Battery.Staple
|
|
CLEANUP_COMMAND: remove-older-than 5m
|
|
CRON_SCHEDULE: "* * * * *"
|
|
VERIFY_CRON_SCHEDULE: "* * * * *"
|