mirror of
https://git.anonymousland.org/anonymousland/synapse-worker-docker.git
synced 2024-10-01 11:49:56 -04:00
16 lines
588 B
Markdown
16 lines
588 B
Markdown
# Synapse Worker Docker
|
|
|
|
A docker image for synapse workers based off [Synapse-Docker](https://github.com/tommytran732/Synapse-Docker).
|
|
|
|
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.
|
|
|
|
Uses alpine as the base images and features a hardened memory allocator and has mjonir support.
|
|
|
|
## 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) |