fix: get the full addr

This commit is contained in:
2021-12-13 12:46:00 +01:00
parent aa7357596a
commit 184252de29

View File

@ -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