2022-10-31 19:41:26 -04:00
|
|
|
# Synapse Worker Docker
|
|
|
|
|
2022-11-05 15:01:02 -04:00
|
|
|
A docker image for synapse workers based off [Synapse-Docker](https://github.com/tommytran732/Synapse-Docker/).
|
2022-10-31 19:41:26 -04:00
|
|
|
|
|
|
|
This is designed for users using Synapse inside of docker and wish to use workers.
|
|
|
|
|
|
|
|
|
|
|
|
It would be advisable to use this in conjunction with Synapse-Docker.
|
|
|
|
|
2022-11-05 15:01:02 -04:00
|
|
|
Uses alpine as the base images, features a hardened memory allocator and has mjonir support.
|
2022-10-31 19:41:26 -04:00
|
|
|
|
2022-10-31 20:40:01 -04:00
|
|
|
## Building
|
|
|
|
|
|
|
|
``
|
2022-11-05 15:01:02 -04:00
|
|
|
git clone https://git.anonymousland.org/anonymousland/synapse-worker-docker/
|
2022-10-31 20:40:01 -04:00
|
|
|
``
|
|
|
|
|
|
|
|
``
|
|
|
|
cd synapse-worker-docker
|
|
|
|
``
|
|
|
|
|
|
|
|
``
|
|
|
|
docker build .
|
|
|
|
``
|
|
|
|
|
2022-10-31 19:41:26 -04:00
|
|
|
## Links
|
|
|
|
|
|
|
|
- [Synapse Docker](https://github.com/matrix-org/synapse/tree/develop/docker)
|
|
|
|
|
|
|
|
- [Docker Compose Workers](https://github.com/matrix-org/synapse/tree/develop/contrib/docker_compose_workers)
|