|
|
|
@@ -18,7 +18,7 @@ matrix_user_gid: 991 |
|
|
|
# The defaults below cause a postgres server to be configured (running within a container). |
|
|
|
# Using an external server is possible by tweaking all of the parameters below. |
|
|
|
matrix_postgres_use_external: false |
|
|
|
matrix_postgres_connection_hostname: "postgres" |
|
|
|
matrix_postgres_connection_hostname: "matrix-postgres" |
|
|
|
matrix_postgres_connection_username: "synapse" |
|
|
|
matrix_postgres_connection_password: "synapse-password" |
|
|
|
matrix_postgres_db_name: "homeserver" |
|
|
|
@@ -70,6 +70,8 @@ docker_s3fs_image: "xueshanf/s3fs:latest" |
|
|
|
docker_goofys_image: "cloudproto/goofys:latest" |
|
|
|
docker_coturn_image: "instrumentisto/coturn:4.5.0.7" |
|
|
|
|
|
|
|
# The Docker network that all services would be put into |
|
|
|
matrix_docker_network: "matrix" |
|
|
|
|
|
|
|
# A shared secret (between Synapse and Coturn) used for authentication. |
|
|
|
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`). |
|
|
|
|