{# This needs to be included in docker-compose.yml which just contain a database volume #}
{% if not applications[application_id].database.central_storage | bool %}
volumes:
  database:
{% endif %}
{{ "\n" }}