mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-17 20:54:57 +00:00
Do not add main/master Synapse process to instance_map if workers are not in use
This is meant to keep the configuration tidy for non-worker setups.
Related to 49cb8b7b11
This commit is contained in:
parent
49cb8b7b11
commit
8fbe99ac2a
@ -721,7 +721,7 @@ matrix_synapse_instance_map: |
|
|||||||
'host': 'matrix-synapse',
|
'host': 'matrix-synapse',
|
||||||
'port': matrix_synapse_replication_http_port,
|
'port': matrix_synapse_replication_http_port,
|
||||||
},
|
},
|
||||||
}
|
} if matrix_synapse_workers_enabled else {}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
# Redis information
|
# Redis information
|
||||||
|
Loading…
Reference in New Issue
Block a user