Skip to content
Snippets Groups Projects
Commit 0f3a36ae authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fixes

parent 592d5825
Branches
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
application_remote_repo: '{{ nextcloud.borg_repo }}'
application_root: '{{ dataRoot }}.backup'
application_backup_source: '{{ dataRoot }}'
when: nextcloud_mode == 'docker' and nextcloud.borg_repo is defined
when: nextcloud_mode == 'docker' and nextcloud.borg_repo is defined and borg_passphrase is defined
tags:
- deploy
......
......@@ -119,7 +119,9 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
{% if docker_compose_borgmatic_service is defined %}
borgmatic: {{ docker_compose_borgmatic_service }}
{% endif %}
{% if nextcloud.turn is defined %}
coturn:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment