| .. | ||
| caddy.Dockerfile | ||
| README.md | ||
| synapse.Dockerfile | ||
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