Update compose.yaml

This commit is contained in:
2026-07-21 15:09:58 +02:00
parent fed12570e9
commit 9531ab3f71
+4
View File
@@ -4,6 +4,7 @@ services:
traefik:
image: "traefik"
container_name: matrix-traefik
restart: "always"
command:
- "--api=true"
@@ -24,12 +25,14 @@ services:
nginx:
image: "nginx:1.22.0"
container_name: matrix-nginx
restart: "always"
volumes:
- /opt/02_messaging/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro
synapse:
image: docker.io/matrixdotorg/synapse:v1.63.0
container_name: matrix-synapse
restart: unless-stopped
environment:
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
@@ -41,6 +44,7 @@ services:
synapse_db:
image: docker.io/postgres:14-alpine
restart: unless-stopped
container_name: matrix-synapse-db
environment:
- POSTGRES_USER=synapse
- POSTGRES_PASSWORD=aComplexPassphraseNobodyCanGuess