a first stab at a docker compose up matrix 2.0 stack

This commit is contained in:
Matthew Hodgson
2024-11-04 02:51:46 +00:00
commit ab53e32866
19 changed files with 953 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
worker_app: synapse.app.federation_sender
worker_name: synapse-federation-sender-1
worker_log_config: /data/log.config

View File

@@ -0,0 +1,11 @@
worker_app: synapse.app.generic_worker
worker_name: synapse-generic-worker-1
worker_listeners:
- type: http
port: 8081
x_forwarded: true
resources:
- names: [client, federation]
worker_log_config: /data/log.config