mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 07:15:43 +02:00
6 lines
216 B
Django/Jinja
6 lines
216 B
Django/Jinja
{# This needs to be included in docker-compose.yml which just contain a database volume #}
|
|
{% if not applications | is_feature_enabled('central_database',application_id) %}
|
|
volumes:
|
|
database:
|
|
{% endif %}
|
|
{{ "\n" }} |