Skip to content

Instantly share code, notes, and snippets.

View maralexofficial's full-sized avatar
💭
sleeping on work 🤣

Alxndr Brgmnn maralexofficial

💭
sleeping on work 🤣
View GitHub Profile
@maralexofficial
maralexofficial / gist:262e26ff6fb66af9a8b5d8b4f5aa3caf
Created April 7, 2026 12:48
synapse-telegram-discord-whatsapp
services:
synapse:
image: docker.io/matrixdotorg/synapse:latest
container_name: synapse
restart: unless-stopped
volumes:
- /home/docker/container/matrix/synapse-data:/data
depends_on:
- db