Update compose.yaml
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ services:
|
|||||||
container_name: matrix-nginx
|
container_name: matrix-nginx
|
||||||
restart: "always"
|
restart: "always"
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- hydra-local
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/02_messaging/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro
|
- /opt/02_messaging/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
container_name: matrix-synapse
|
container_name: matrix-synapse
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- hydra-local
|
||||||
environment:
|
environment:
|
||||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||||
volumes:
|
volumes:
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: matrix-synapse-db
|
container_name: matrix-synapse-db
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- hydra-local
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=synapse
|
- POSTGRES_USER=synapse
|
||||||
- POSTGRES_PASSWORD=aComplexPassphraseNobodyCanGuess
|
- POSTGRES_PASSWORD=aComplexPassphraseNobodyCanGuess
|
||||||
|
|||||||
Reference in New Issue
Block a user