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])
842
842
+
843
843
([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 [])
844
+
+
845
+
[matrix_playbook_reverse_proxyable_services_additional_network] if (matrix_appservice_irc_container_labels_traefik_enabled and matrix_playbook_reverse_proxyable_services_additional_network) else []
844
846
) | unique
845
847
}}
846
848
@@ -858,6 +860,11 @@ matrix_appservice_irc_database_hostname: "{{ postgres_connection_hostname if pos
0 commit comments