fix: switch over to list for threading

This commit is contained in:
decentral1se 2021-12-13 12:52:48 +01:00
parent 789d5d0745
commit 1763e0f749
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 6 deletions

View File

@ -66,12 +66,11 @@ services:
secrets:
- db_password
environment:
POSTGRES_DB: synapse
POSTGRES_USER: synapse
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
# https://matrix-org.github.io/synapse/latest/postgres.html#set-up-database
POSTGRES_INITDB_ARGS: "--encoding=UTF-8 --lc-collate=C --lc-ctype=C"
STACK_NAME: ${STACK_NAME}
- POSTGRES_DB=synapse
- POSTGRES_INITDB_ARGS="--encoding=UTF-8 --lc-collate=C --lc-ctype=C"
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password
- POSTGRES_USER=synapse
- STACK_NAME
networks:
- internal
healthcheck: