Move all Matrix client apps into the matrix-addons container network

Putting each client into its own network was good for isolation,
but it's quite wasteful in terms of the container network pool.
This commit is contained in:
Slavi Pantaleev
2024-01-05 07:17:11 +02:00
parent 2ec6448cdb
commit b37a02720f
9 changed files with 20 additions and 28 deletions

View File

@ -6,7 +6,8 @@
You need to define a required configuration setting (`{{ item }}`) to use Hydrogen.
when: "(vars[item] == '' or vars[item] is none) and matrix_client_hydrogen_container_image_self_build | bool"
with_items:
- "matrix_client_hydrogen_default_hs_url"
- matrix_client_hydrogen_default_hs_url
- matrix_client_hydrogen_container_network
- when: matrix_client_hydrogen_container_labels_traefik_enabled | bool
block: