Last active
May 8, 2022 07:42
-
-
Save jae1911/19da446feedf189bfb8324a0f33d27ae to your computer and use it in GitHub Desktop.
Pentalaimon Mjolnir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.1' | |
services: | |
pantalaimon: | |
image: matrixdotorg/pantalaimon | |
volumes: | |
- ./pantalaimon:/data | |
mjolnir: | |
image: matrixdotorg/mjolnir | |
volumes: | |
- ./mjolnir:/data | |
synapse: | |
image: matrixdotorg/synapse | |
volumes: | |
- ./synapse/synapse-data:/data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
homeserverUrl: "http://pantalaimon:8008" | |
# REST OF YOUR CONFIG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Default] | |
LogLevel = Debug | |
SSL = False | |
[local-matrix] | |
Homeserver = http://synapse:8008 | |
ListenAddress = 0.0.0.0 | |
ListenPort = 8008 | |
SSL = False | |
UseKeyring = False | |
IgnoreVerification = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment