mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-04-28 20:05:17 +00:00
Testing mjolnir with docker
At the moment a test environment for mjolnir can be setup by running
./mjolnir_testing.sh from the parent directory. This script will use
the docker-compose.yaml in the parent directory.
This sets up synapse container with a user for mjolnir to use.
The container for mjolnir, creates and joins the moderation room
which has to be specified with an alias in the config under managementRoom.
Eventually this setup should be moved to a testing module.