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])
939
939
+
940
940
([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 [])
941
+
+
942
+
[matrix_playbook_reverse_proxyable_services_additional_network] if (matrix_appservice_irc_container_labels_traefik_enabled and matrix_playbook_reverse_proxyable_services_additional_network) else []
941
943
) | unique
942
944
}}
943
945
@@ -955,6 +957,11 @@ matrix_appservice_irc_database_hostname: "{{ postgres_connection_hostname if pos
0 commit comments