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])
909
909
+
910
910
([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 [])
911
+
+
912
+
[matrix_playbook_reverse_proxyable_services_additional_network] if (matrix_appservice_irc_container_labels_traefik_enabled and matrix_playbook_reverse_proxyable_services_additional_network) else []
911
913
) | unique
912
914
}}
913
915
@@ -925,6 +927,11 @@ matrix_appservice_irc_database_hostname: "{{ postgres_connection_hostname if pos
0 commit comments