mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 04:31:13 +01:00
5 lines
156 B
Django/Jinja
5 lines
156 B
Django/Jinja
# This needs to be included in docker-compose.yml which just contain a database volume
|
|
{% if not enable_central_database %}
|
|
volumes:
|
|
database:
|
|
{% endif %} |