services: add Synapse
Synapse is the Matrix server software. This needs some manual setup, launching `docker-compose exec synapse sh` followed by `register_new_matrix_user -c /data/homeserver.yaml https://matrix.belanyi.fr/` inside the container.
This commit is contained in:
parent
eeee1a0761
commit
95e15adc13
3 changed files with 55 additions and 0 deletions
5
matrix/matrix.env
Normal file
5
matrix/matrix.env
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
SYNAPSE_SERVER_NAME=belanyi.fr
|
||||
UID=1000
|
||||
GID=1000
|
||||
TZ=FR
|
||||
SYNAPSE_REPORT_STATS=yes
|
||||
Reference in a new issue