* add synapse-auto-compressor workaround, fixes #3397 * Clarify what the PG-prefixed variables are for --------- Co-authored-by: Slavi Pantaleev <slavi@devture.com>
This commit is contained in:
@ -8,6 +8,13 @@ matrix_synapse_auto_compressor_enabled: true
|
||||
# renovate: datasource=docker depName=registry.gitlab.com/etke.cc/rust-synapse-compress-state
|
||||
matrix_synapse_auto_compressor_version: v0.1.4
|
||||
|
||||
# note: UID/GID better to match the UID/GID of the postgres container, but it doesn't really matter, as volumes are not used here
|
||||
matrix_synapse_auto_compressor_uid: ''
|
||||
matrix_synapse_auto_compressor_gid: ''
|
||||
|
||||
# note: the postgres image version doesn't matter, as it is used for a SQL script that doesn't use any specific features
|
||||
matrix_synapse_auto_compressor_postgres_image: "postgres"
|
||||
|
||||
matrix_synapse_auto_compressor_base_path: "{{ matrix_base_data_path }}/synapse-auto-compressor"
|
||||
matrix_synapse_auto_compressor_container_src_files_path: "{{ matrix_synapse_auto_compressor_base_path }}/container-src"
|
||||
|
||||
|
Reference in New Issue
Block a user