Skip to content
Snippets Groups Projects
Commit 27767f04 authored by jurgenhaas's avatar jurgenhaas
Browse files

Enable backup container only on live environment

parent b334e742
No related branches found
No related tags found
No related merge requests found
...@@ -430,6 +430,7 @@ services: ...@@ -430,6 +430,7 @@ services:
- 9200 - 9200
- 9300 - 9300
{% endif %} {% endif %}
{% if drupal.live|default(0) %}
{% if backup.enabled|default(0) %} {% if backup.enabled|default(0) %}
borgmatic: borgmatic:
...@@ -445,3 +446,4 @@ services: ...@@ -445,3 +446,4 @@ services:
TZ: Europe/Berlin TZ: Europe/Berlin
env_file: ../backup/.env env_file: ../backup/.env
{% endif %} {% endif %}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment