Make matrix-synapse-auto-compressor live in its own container network

It will, additionally, be connected to the devture-postgres network, if
devture-postgres is enabled.
This commit is contained in:
Slavi Pantaleev
2023-03-12 10:01:51 +02:00
parent 0f2e568b30
commit 26d5719df4
4 changed files with 29 additions and 2 deletions

View File

@ -17,6 +17,14 @@ matrix_synapse_auto_compressor_container_image_force_pull: "{{ matrix_synapse_au
matrix_synapse_auto_compressor_base_path: "{{ matrix_base_data_path }}/synapse-auto-compressor"
# The base container network. It will be auto-created by this role if it doesn't exist already.
matrix_synapse_auto_compressor_container_network: matrix-synapse-auto-compressor
# 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.
# Use this to expose this container to another reverse proxy, which runs in a different container network.
matrix_synapse_auto_compressor_container_additional_networks: []
# A list of extra arguments to pass to the container
matrix_synapse_auto_compressor_container_extra_arguments: []