Migrate home_assistant + n8n + protonmail
This commit is contained in:
parent
7fe8837098
commit
669279b4ed
4 changed files with 8 additions and 22 deletions
|
@ -8,21 +8,7 @@ services:
|
|||
networks:
|
||||
- protonmail
|
||||
volumes:
|
||||
- protonmail:/root
|
||||
|
||||
# BACKUP
|
||||
backup_protonmail:
|
||||
image: offen/docker-volume-backup:latest
|
||||
restart: always
|
||||
environment:
|
||||
BACKUP_CRON_EXPRESSION: "{{ server.backup.cron_expression }}"
|
||||
BACKUP_FILENAME: "{{ server.backup.filename_date_format }}-protonmail.tar.gz"
|
||||
BACKUP_LATEST_SYMLINK: protonmail.latest.tar.gz
|
||||
BACKUP_EXCLUDE_REGEXP: "\\.log$$"
|
||||
BACKUP_RETENTION_DAYS: "{{ server.backup.retention_days }}"
|
||||
volumes:
|
||||
- protonmail:/backup:ro
|
||||
- {{ server.backup.folder }}/protonmail:/archive
|
||||
- {{ server.work_dir }}/protonmail/base:/root
|
||||
|
||||
volumes:
|
||||
protonmail:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue