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:
@ -5,7 +5,8 @@
|
||||
You need to define a required configuration setting (`{{ item }}`) to use Cinny.
|
||||
when: "vars[item] == '' or vars[item] is none"
|
||||
with_items:
|
||||
- "matrix_client_cinny_default_hs_url"
|
||||
- matrix_client_cinny_default_hs_url
|
||||
- matrix_client_cinny_container_network
|
||||
|
||||
- when: matrix_client_cinny_container_labels_traefik_enabled | bool
|
||||
block:
|
||||
|
Reference in New Issue
Block a user