mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2025-02-04 15:45:18 -05:00
Update docker-compose.yml
This commit is contained in:
parent
b7230a4861
commit
849de64b82
@ -17,6 +17,10 @@ services:
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
volumes:
|
||||
- ./files:/data:Z
|
||||
# Uncomment if you want to install appservices. The registration files should go into ./bridges, and in your homeserver.yaml specify that it should install the appservices in /bridges.
|
||||
# - ./bridges:/bridges:ro
|
||||
# Uncomment if you want to install the shared_secret_authenticator module. You have to go to https://github.com/devture/matrix-synapse-shared-secret-auth, download it and put it in ./modules. I am not redistributing it here because AGPL bad.
|
||||
# - ./modules/shared_secret_authenticator.py:/usr/local/lib/python3.8/site-packages/shared_secret_authenticator.py:ro
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user