fix: thread STACK_NAME again

This commit is contained in:
cellarspoon
2021-12-13 12:50:01 +01:00
parent 8ab11e14a8
commit 789d5d0745
2 changed files with 2 additions and 2 deletions

View File

@ -767,7 +767,7 @@ database:
user: synapse
password: {{ env "db_password" }}
database: synapse
host: "{{ env "STACK_NAME"}}_db"
host: {{ env "STACK_NAME" }}_db
port: 5432
cp_min: 5
cp_max: 10