mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
6 lines
155 B
Django/Jinja
6 lines
155 B
Django/Jinja
networks:
|
|
{% if enable_central_database %}
|
|
central_{{ database_type }}_network:
|
|
external: true
|
|
{% endif %}
|
|
{{docker_compose_project_name}}_network: |