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