mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
Ensure Buscarron is part of the Postgres network
This commit is contained in:
parent
e6ba7cc2c9
commit
9e7415afa2
@ -1707,6 +1707,8 @@ matrix_bot_buscarron_container_additional_networks: |
|
||||
([matrix_playbook_reverse_proxyable_services_additional_network] if matrix_playbook_reverse_proxyable_services_additional_network else [])
|
||||
+
|
||||
([matrix_nginx_proxy_container_network] if matrix_nginx_proxy_enabled and matrix_bot_buscarron_container_network != matrix_nginx_proxy_container_network else [])
|
||||
+
|
||||
([devture_postgres_container_network] if devture_postgres_enabled and devture_postgres_container_network != matrix_bot_buscarron_container_network else [])
|
||||
) | unique
|
||||
}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user