mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 10:43:11 +01:00
6 lines
174 B
Django/Jinja
6 lines
174 B
Django/Jinja
# This needs to be included in docker-compose.yml which just contain a database volume
|
|
{% if not enable_central_database | bool %}
|
|
volumes:
|
|
database:
|
|
{% endif %}
|
|
{{ "\n" }} |