mount at different path
All checks were successful
Deploy Containers / Prepare (push) Successful in 34s
All checks were successful
Deploy Containers / Prepare (push) Successful in 34s
This commit is contained in:
@@ -14,8 +14,8 @@
|
|||||||
- "{{ data_dir }}/duplicati/app:/config"
|
- "{{ data_dir }}/duplicati/app:/config"
|
||||||
- "{{ data_dir }}/duplicati/backups:/backups"
|
- "{{ data_dir }}/duplicati/backups:/backups"
|
||||||
- "{{ share_path }}:/source:ro"
|
- "{{ share_path }}:/source:ro"
|
||||||
- "{{ DUPLICATI_SSH_KEY_PATH }}:/root/.ssh/id_ed25519:ro"
|
- "{{ DUPLICATI_SSH_KEY_PATH }}:/app/ssh/id_ed25519:ro"
|
||||||
- "{{ DUPLICATI_SSH_PUB_KEY_PATH }}:/root/.ssh/id_ed25519.pub:ro"
|
- "{{ DUPLICATI_SSH_PUB_KEY_PATH }}:/app/ssh/id_ed25519.pub:ro"
|
||||||
env:
|
env:
|
||||||
SETTINGS_ENCRYPTION_KEY: "{{ DUPLICATI_ENCRYPTION_KEY }}"
|
SETTINGS_ENCRYPTION_KEY: "{{ DUPLICATI_ENCRYPTION_KEY }}"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user