docker-duplicity-cron/docker-compose.yaml
ViViDboarder 9e9f9ec956 Add new integration test against minio
Should simulate an S3 test
2017-11-16 09:28:50 -08:00

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: "* * * * *"