mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
* remove redis, since we dont use it * update localhost TLS certificat to add *.othersite.m.localhost wildcard * allow for federation * Add services and config files for Matrix site othersite.m.localhost * add element web instance app.othersite.m.localhost * update README * exclude synapse database for othersite.m.localhost * linting
8 lines
216 B
YAML
8 lines
216 B
YAML
services:
|
|
synapse:
|
|
volumes:
|
|
- ./backend/playwright_homeserver.yaml:/data/cfg/homeserver.yaml:Z
|
|
synapse-1:
|
|
volumes:
|
|
- ./backend/playwright_homeserver-othersite.yaml:/data/cfg/homeserver.yaml:Z
|