mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-08-14 13:05:29 -04:00
Add Sync
This commit is contained in:
parent
fec2f932c4
commit
4e6be6304d
11 changed files with 424 additions and 38 deletions
17
files/workers/sync4.yaml
Normal file
17
files/workers/sync4.yaml
Normal 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
17
files/workers/sync5.yaml
Normal 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]
|
17
files/workers/worker4.yaml
Normal file
17
files/workers/worker4.yaml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue