mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-02-22 16:29:48 -05:00
22 lines
433 B
YAML
22 lines
433 B
YAML
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: 8081
|
|
x_forwarded: true
|
|
resources:
|
|
- names: [client]
|
|
compress: false
|
|
|
|
- type: http
|
|
port: 8034
|
|
resources:
|
|
- names: [replication] |