You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
([] if matrix_addons_homeserver_container_network == '' else [matrix_addons_homeserver_container_network])
935
935
+
936
936
([postgres_container_network] if (postgres_enabled and matrix_appservice_irc_database_hostname == postgres_connection_hostname and matrix_appservice_irc_container_network != postgres_container_network) else [])
937
+
+
938
+
[matrix_playbook_reverse_proxyable_services_additional_network] if (matrix_appservice_irc_container_labels_traefik_enabled and matrix_playbook_reverse_proxyable_services_additional_network) else []
937
939
) | unique
938
940
}}
939
941
@@ -951,6 +953,11 @@ matrix_appservice_irc_database_hostname: "{{ postgres_connection_hostname if pos
0 commit comments