mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-02-23 00:29:48 -05:00
18 lines
411 B
YAML
18 lines
411 B
YAML
![]() |
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
|