mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 10:43:11 +01:00
8 lines
192 B
Django/Jinja
8 lines
192 B
Django/Jinja
# This template needs to be included in docker-compose.yml
|
|
networks:
|
|
{% if enable_central_database | bool %}
|
|
central_{{ database_type }}:
|
|
external: true
|
|
{% endif %}
|
|
default:
|
|
{{ "\n" }} |