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:
@ -15,7 +15,7 @@ matrix_client_schildichat_data_path: "{{ matrix_base_data_path }}/client-schildi
|
||||
matrix_client_schildichat_docker_src_files_path: "{{ matrix_client_schildichat_data_path }}/docker-src"
|
||||
|
||||
# The base container network
|
||||
matrix_client_schildichat_container_network: matrix-client-schildichat
|
||||
matrix_client_schildichat_container_network: ''
|
||||
|
||||
# A list of additional container networks that the container would be connected to.
|
||||
# The role does not create these networks, so make sure they already exist.
|
||||
|
Reference in New Issue
Block a user