anonymousland-synapse-docke.../files/workers/sync3.yaml
2023-01-18 17:08:20 -05:00

22 lines
466 B
YAML

worker_app: synapse.app.generic_worker
worker_name: sync3
worker_replication_host: synapse
worker_replication_http_port: 9093
worker_log_config: /data/log/sync3.yaml
worker_listeners:
- type: http
port: 8081
x_forwarded: true
tls: false
resources:
- names: [client, federation]
compress: false
- type: http
port: 9091
resources:
- names: [replication]
- type: metrics
bind_addresses: ['0.0.0.0']
port: 9092