ncm/docker
2026-07-18 14:16:11 -06:00
..
caddy.Dockerfile feat: add l4 proxy support to caddy 2026-07-18 14:16:11 -06:00
README.md feat(matrix): add build/docker directory for building custom synapse server 2026-07-05 03:10:58 -06:00
synapse.Dockerfile feat(matrix): add build/docker directory for building custom synapse server 2026-07-05 03:10:58 -06:00

docker

Custom Docker images for services running in the cluster. These extend upstream images with additional dependencies that the upstream doesn't ship by default.

Each image is built manually and pushed to Docker Hub under acaloiaro/.

Images

synapse.Dockerfile → acaloiaro/synapse-s3

Extends ghcr.io/element-hq/synapse with synapse-s3-storage-provider so Synapse can use Backblaze B2 as its media backend.

docker build -f docker/synapse.Dockerfile -t acaloiaro/synapse-s3:latest .
docker push acaloiaro/synapse-s3:latest