mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-16 18:11:59 +01:00
8 lines
204 B
Django/Jinja
8 lines
204 B
Django/Jinja
# This needs to be included in docker-compose.yml which just contain a database volume
|
|
#volumes:
|
|
{% if not enable_central_database | bool %}
|
|
volumes:
|
|
database:
|
|
#{% else %}
|
|
# mariadb_socket:
|
|
{% endif %} |