add crypt-vol-1 to borgmatic

Your borg'ly stored vmail is useless if you lost your encryption keys.
Dieser Commit ist enthalten in:
qupfer 2021-09-30 15:45:12 +02:00 committet von GitHub
Ursprung a2ab91bf01
Commit 4889962f9f
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -30,6 +30,7 @@ services:
dns: ${IPV4_NETWORK:-172.22.1}.254
volumes:
- vmail-vol-1:/mnt/source/vmail:ro
- crypt-vol-1:/mnt/source/crypt:ro
- mysql-socket-vol-1:/var/run/mysqld/:z
- ./data/conf/borgmatic/etc:/etc/borgmatic.d:Z
- ./data/conf/borgmatic/state:/root/.config/borg:Z
@ -244,4 +245,4 @@ To fetch the keyfile run:
docker-compose exec borgmatic-mailcow borg key export --paper user@rsync.net:mailcow
```
Where `user@rsync.net:mailcow` is the URI to your repository.
Where `user@rsync.net:mailcow` is the URI to your repository.