Mega push vol 6, started adding many awesome stuff, chat broken rn

This commit is contained in:
AlacrisDevs
2026-02-07 15:11:28 +02:00
parent f9dc950394
commit dcee479839
19 changed files with 1634 additions and 209 deletions

View File

@@ -0,0 +1,12 @@
services:
synapse:
image: matrixdotorg/synapse:latest
container_name: root-org-synapse
ports:
- "8008:8008"
volumes:
- ./data:/data
environment:
- SYNAPSE_SERVER_NAME=localhost
- SYNAPSE_REPORT_STATS=no
restart: unless-stopped