mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-25 22:21:04 +01:00
7 lines
165 B
Django/Jinja
7 lines
165 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 %}
|