From 184252de29a1f108c1d0b98bbeade9011b70b1d4 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 13 Dec 2021 12:46:00 +0100 Subject: [PATCH] fix: get the full addr --- homeserver.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeserver.yaml.tmpl b/homeserver.yaml.tmpl index 55df6bc..c236929 100644 --- a/homeserver.yaml.tmpl +++ b/homeserver.yaml.tmpl @@ -767,7 +767,7 @@ database: user: synapse password: {{ env "db_password" }} database: synapse - host: db + host: "{{ env "STACK_NAME"}}_db" port: 5432 cp_min: 5 cp_max: 10