mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2024-10-01 11:49:56 -04:00
Worker TLS
This commit is contained in:
parent
d391046431
commit
a906b7859e
@ -1,11 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: additional1
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/additional1.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,11 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: additional2
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/additional2.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,10 +1,9 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: event1
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/event1.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,10 +1,9 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: event2
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/event2.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,8 +1,7 @@
|
||||
worker_app: synapse.app.federation_sender
|
||||
worker_name: federation1
|
||||
|
||||
# The replication listener on the main synapse process.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/federation1.yaml
|
||||
|
@ -1,8 +1,7 @@
|
||||
worker_app: synapse.app.federation_sender
|
||||
worker_name: federation2
|
||||
|
||||
# The replication listener on the main synapse process.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/federation2.yaml
|
||||
|
@ -1,8 +1,7 @@
|
||||
worker_app: synapse.app.federation_sender
|
||||
worker_name: federation3
|
||||
|
||||
# The replication listener on the main synapse process.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/federation3.yaml
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: sync1
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/sync1.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: sync2
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/sync2.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: sync3
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/sync3.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,10 +1,9 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: sync4
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_log_config: /data/log/sync4.yaml
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: sync5
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/sync5.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: worker1
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_log_config: /data/log/worker1.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: worker2
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/worker2.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: worker3
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/worker3.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
@ -1,12 +1,10 @@
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: worker4
|
||||
|
||||
# The replication listener on the synapse to talk to.
|
||||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_replication_http_tls: true
|
||||
worker_log_config: /data/log/worker4.yaml
|
||||
|
||||
worker_listeners:
|
||||
|
Loading…
Reference in New Issue
Block a user