add encryption key
All checks were successful
Deploy Containers / Prepare (push) Successful in 34s

This commit is contained in:
2025-12-22 14:04:22 -05:00
parent dab5bc78a4
commit 09051f2ef7
2 changed files with 210 additions and 204 deletions

View File

@@ -15,6 +15,8 @@
- "{{ data_dir }}/duplicati/backups:/backups"
- "{{ share_path }}:/source:ro"
- "{{ DUPLICATI_SSH_KEY_PATH }}:/root/.ssh/id_ed25519:ro"
env:
SETTINGS_ENCRYPTION_KEY: "{{ DUPLICATI_ENCRYPTION_KEY }}"
networks:
- name: "homelab"
labels: