6 lines
236 B
Django/Jinja

{# This template needs to be included in docker-compose.yml which contain a database and additional volumes #}
volumes:
{% if not applications | is_feature_enabled('central_database',application_id) %}
database:
{% endif %}
{{ "\n" }}