mount at different path
All checks were successful
Deploy Containers / Prepare (push) Successful in 34s

This commit is contained in:
2025-12-22 14:28:44 -05:00
parent 88406887cb
commit 62648e9b2d

View File

@@ -14,8 +14,8 @@
- "{{ data_dir }}/duplicati/app:/config"
- "{{ 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"
- "{{ DUPLICATI_SSH_KEY_PATH }}:/app/ssh/id_ed25519:ro"
- "{{ DUPLICATI_SSH_PUB_KEY_PATH }}:/app/ssh/id_ed25519.pub:ro"
env:
SETTINGS_ENCRYPTION_KEY: "{{ DUPLICATI_ENCRYPTION_KEY }}"
networks: