design final

This commit is contained in:
Aron Petau 2025-10-07 17:48:55 +02:00
parent 99a690972e
commit 2d69d919a6
9 changed files with 149 additions and 227 deletions

View file

@ -1,12 +0,0 @@
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