Dendrite in a single process
500K+
These are Docker images for a Dendrite monolith deployment, which contains all Dendrite components in a single process.
There are sample docker-compose files in the docker folder of the Dendrite repository:
docker-compose.deps.yml which runs the Postgres (and optionally, Kafka) prerequisitesdocker-compose.monolith.yml which runs a monolith Dendrite deploymentThe docker-compose files refer to the /etc/dendrite volume within the Docker container as where the
runtime config should come from. The mounted folder must contain:
dendrite.yaml configuration file (based on the sample dendrite-config.yaml
in the docker/config folder in the Dendrite repositorymatrix_key.pem server key, as generated using cmd/generate-keysserver.crt certificate fileserver.key private key file for the above certificateTo generate keys:
go run github.com/matrix-org/dendrite/cmd/generate-keys \
--private-key=matrix_key.pem \
--tls-cert=server.crt \
--tls-key=server.key
Content type
Image
Digest
sha256:7dafe6edf…
Size
60.7 MB
Last updated
about 1 year ago
docker pull matrixdotorg/dendrite-monolith