This commit is contained in:
deathrow 2022-11-04 16:28:02 -04:00
parent fec2f932c4
commit 4e6be6304d
No known key found for this signature in database
GPG key ID: FF39D67A22069F73
11 changed files with 424 additions and 38 deletions

17
files/workers/sync4.yaml Normal file
View file

@ -0,0 +1,17 @@
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_main_http_uri: http://synapse:8008/
worker_log_config: /data/log/sync4.yaml
worker_listeners:
- type: http
port: 8081
x_forwarded: true
resources:
- names: [client, federation]

17
files/workers/sync5.yaml Normal file
View file

@ -0,0 +1,17 @@
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_log_config: /data/log/sync5.yaml
worker_listeners:
- type: http
port: 8081
x_forwarded: true
resources:
- names: [client, federation]

View file

@ -0,0 +1,17 @@
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_log_config: /data/log/worker4.yaml
worker_listeners:
- type: http
port: 8081
x_forwarded: true
resources:
- names: [client, federation]