mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-08-14 08:55:47 -04:00
Initial
This commit is contained in:
commit
4657d2e9f1
45 changed files with 2469 additions and 0 deletions
22
files/workers/additional1.yaml
Normal file
22
files/workers/additional1.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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_log_config: /data/log/additional1.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8081
|
||||
tls: false
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
|
||||
- type: http
|
||||
port: 8034
|
||||
resources:
|
||||
- names: [replication]
|
22
files/workers/additional2.yaml
Normal file
22
files/workers/additional2.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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_log_config: /data/log/additional2.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8081
|
||||
tls: false
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
|
||||
- type: http
|
||||
port: 8034
|
||||
resources:
|
||||
- names: [replication]
|
14
files/workers/event1.yaml
Normal file
14
files/workers/event1.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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_log_config: /data/log/event1.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8034
|
||||
resources:
|
||||
- names: [replication]
|
14
files/workers/event2.yaml
Normal file
14
files/workers/event2.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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_log_config: /data/log/event2.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8034
|
||||
resources:
|
||||
- names: [replication]
|
8
files/workers/federation1.yaml
Normal file
8
files/workers/federation1.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
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_log_config: /data/log/federation1.yaml
|
8
files/workers/federation2.yaml
Normal file
8
files/workers/federation2.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
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_log_config: /data/log/federation2.yaml
|
8
files/workers/federation3.yaml
Normal file
8
files/workers/federation3.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
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_log_config: /data/log/federation3.yaml
|
18
files/workers/sync1.yaml
Normal file
18
files/workers/sync1.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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_log_config: /data/log/sync1.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8081
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
compress: false
|
17
files/workers/sync2.yaml
Normal file
17
files/workers/sync2.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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_log_config: /data/log/sync2.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8081
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
17
files/workers/sync3.yaml
Normal file
17
files/workers/sync3.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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_log_config: /data/log/sync3.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8081
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
17
files/workers/worker1.yaml
Normal file
17
files/workers/worker1.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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_main_http_uri: http://synapse:8008/
|
||||
|
||||
worker_log_config: /data/log/worker1.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8081
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
17
files/workers/worker2.yaml
Normal file
17
files/workers/worker2.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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_log_config: /data/log/worker2.yaml
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8081
|
||||
x_forwarded: true
|
||||
resources:
|
||||
- names: [client, federation]
|
17
files/workers/worker3.yaml
Normal file
17
files/workers/worker3.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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_log_config: /data/log/worker3.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