Merge pull request 'Move repo clone to Gitea' (#1) from nebulaonion-patch-1 into master

Reviewed-on: https://git.anonymousland.org/anonymousland/synapse-worker-docker/pulls/1
This commit is contained in:
deathrow 2022-11-06 00:47:58 +00:00
commit 6bb449fe6b

View File

@ -1,18 +1,18 @@
# Synapse Worker Docker # Synapse Worker Docker
A docker image for synapse workers based off [Synapse-Docker](https://github.com/tommytran732/Synapse-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. 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. 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. Uses alpine as the base images, features a hardened memory allocator and has mjonir support.
## Building ## Building
`` ``
git clone https://codeberg.org/deathrow/synapse-worker-docker/ git clone https://git.anonymousland.org/anonymousland/synapse-worker-docker/
`` ``
`` ``