|
|
@ -5,8 +5,8 @@ worker_name: {{ item.type ~ ':' ~ item.port }}
|
|
|
|
worker_replication_host: 127.0.0.1
|
|
|
|
worker_replication_host: 127.0.0.1
|
|
|
|
worker_replication_http_port: {{ matrix_synapse_replication_http_port }}
|
|
|
|
worker_replication_http_port: {{ matrix_synapse_replication_http_port }}
|
|
|
|
|
|
|
|
|
|
|
|
{% if item.type not in [ 'appservice', 'federation_sender', 'pusher' ] %}
|
|
|
|
|
|
|
|
worker_listeners:
|
|
|
|
worker_listeners:
|
|
|
|
|
|
|
|
{% if item.type not in [ 'appservice', 'federation_sender', 'pusher' ] %}
|
|
|
|
- type: http
|
|
|
|
- type: http
|
|
|
|
port: {{ item.port }}
|
|
|
|
port: {{ item.port }}
|
|
|
|
resources:
|
|
|
|
resources:
|
|
|
@ -18,11 +18,11 @@ worker_listeners:
|
|
|
|
- federation
|
|
|
|
- federation
|
|
|
|
{% elif item.type in [ 'media_repository' ] %}
|
|
|
|
{% elif item.type in [ 'media_repository' ] %}
|
|
|
|
- media
|
|
|
|
- media
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
- type: metrics
|
|
|
|
- type: metrics
|
|
|
|
bind_address: ''
|
|
|
|
bind_address: ['127.0.0.1']
|
|
|
|
port: {{ item.metrics_port }}
|
|
|
|
port: {{ item.metrics_port }}
|
|
|
|
|
|
|
|
|
|
|
|
{% if item.type == 'frontend_proxy' %}
|
|
|
|
{% if item.type == 'frontend_proxy' %}
|
|
|
|