Update compose.yaml

This commit is contained in:
2026-07-21 15:19:30 +02:00
parent c2f2963fdd
commit 7c5c0f0207
+3 -3
View File
@@ -7,7 +7,7 @@ services:
container_name: matrix-nginx
restart: "always"
networks:
- bragi-local
- hydra-local
volumes:
- /opt/02_messaging/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro
@@ -16,7 +16,7 @@ services:
container_name: matrix-synapse
restart: unless-stopped
networks:
- bragi-local
- hydra-local
environment:
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
volumes:
@@ -29,7 +29,7 @@ services:
restart: unless-stopped
container_name: matrix-synapse-db
networks:
- bragi-local
- hydra-local
environment:
- POSTGRES_USER=synapse
- POSTGRES_PASSWORD=aComplexPassphraseNobodyCanGuess