2024-01-03 11:38:09 +01:00
|
|
|
# This template needs to be included in docker-compose.yml containers
|
2024-01-02 21:13:34 +01:00
|
|
|
networks:
|
|
|
|
- {{docker_compose_project_name}}_network
|
|
|
|
{% if enable_central_database %}
|
|
|
|
- central_{{ database_type }}_network
|
|
|
|
{% endif %}
|