design final

This commit is contained in:
Aron Petau 2025-10-02 12:20:11 +02:00
parent da5e765d49
commit a0d2188f6f
1400 changed files with 1748 additions and 207 deletions

12
matrix/docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
synapse:
image: matrixdotorg/synapse:latest
container_name: synapse
restart: always
ports:
- "8008:8008" # client-server API (internal)
volumes:
- ./matrix/data:/data
environment:
- SYNAPSE_SERVER_NAME=localhost
- SYNAPSE_REPORT_STATS=no