mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-04-13 10:43:42 +00:00
20 lines
450 B
YAML
20 lines
450 B
YAML
worker_app: synapse.app.generic_worker
|
|
worker_name: synapse-generic-worker-2
|
|
|
|
# The replication listener on the main synapse process.
|
|
worker_replication_host: synapse
|
|
worker_replication_http_port: 9093
|
|
|
|
worker_listeners:
|
|
- type: http
|
|
port: 8034
|
|
resources:
|
|
- names: [replication]
|
|
- type: http
|
|
port: 8081
|
|
x_forwarded: true
|
|
resources:
|
|
- names: [client, federation]
|
|
|
|
worker_log_config: /data/workers/worker.log.config
|