Skip to content

Instantly share code, notes, and snippets.

@jae1911
Last active May 8, 2022 07:42
Show Gist options
  • Save jae1911/19da446feedf189bfb8324a0f33d27ae to your computer and use it in GitHub Desktop.
Save jae1911/19da446feedf189bfb8324a0f33d27ae to your computer and use it in GitHub Desktop.
Pentalaimon Mjolnir
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
homeserverUrl: "http://pantalaimon:8008"
# REST OF YOUR CONFIG
[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