Update compose.yaml
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user