add public key to duplicati
All checks were successful
Deploy Containers / Prepare (push) Successful in 32s

This commit is contained in:
2025-12-22 14:09:42 -05:00
parent 09051f2ef7
commit 88406887cb
2 changed files with 212 additions and 208 deletions

View File

@@ -15,6 +15,7 @@
- "{{ data_dir }}/duplicati/backups:/backups"
- "{{ share_path }}:/source:ro"
- "{{ DUPLICATI_SSH_KEY_PATH }}:/root/.ssh/id_ed25519:ro"
- "{{ DUPLICATI_SSH_PUB_KEY_PATH }}:/root/.ssh/id_ed25519.pub:ro"
env:
SETTINGS_ENCRYPTION_KEY: "{{ DUPLICATI_ENCRYPTION_KEY }}"
networks: