mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
5 lines
183 B
Django/Jinja
5 lines
183 B
Django/Jinja
# This template needs to be included in docker-compose.yml which contain a database and additional volumes
|
|
volumes:
|
|
{% if not enable_central_database | bool %}
|
|
database:
|
|
{% endif %} |