mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
6 lines
228 B
Django/Jinja
6 lines
228 B
Django/Jinja
{# This template needs to be included in docker-compose.yml which contain a database and additional volumes #}
|
|
volumes:
|
|
{% if not applications[application_id].database.central_storage | bool %}
|
|
database:
|
|
{% endif %}
|
|
{{ "\n" }} |