Procházet zdrojové kódy

Ensure Buscarron is part of the Postgres network

pull/2527/head
Slavi Pantaleev před 3 roky
rodič
revize
9e7415afa2
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Zobrazit soubor

@@ -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
}}



Načítá se…
Zrušit
Uložit