add database creation sql to readme

This commit is contained in:
Sebastian Hugentobler 2022-02-11 17:38:28 +01:00
parent d6e1a2f370
commit 92cb6aa224
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,5 +1,10 @@
[Synapse](https://github.com/matrix-org/synapse) homeserver for the [matrix](http://matrix.org/) network with keycloak auth.
# Database
```
CREATE DATABASE matrix_synapse WITH TEMPLATE 'template0' LC_COLLATE 'C' LC_CTYPE 'C' OWNER 'synapse';
```
# Volumes
- `/var/lib/matrix-synapse/media_store/`
- `/var/lib/matrix-synapse/signing/`