apparently .well-known already has an ACAO from somewhere

This commit is contained in:
Matthew Hodgson
2024-11-07 09:41:36 +00:00
parent a00938f04e
commit 4a69cef1c7

View File

@@ -114,6 +114,7 @@ services:
POSTGRES_USER: matrix # FIXME: use different username+passwords for synapse & MAS DBs.
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_INITDB_ARGS: --encoding=UTF8 --locale=C
PGDATA: /var/lib/postgresql/data/data # otherwise it clashes with .gitkeep in the parent dir
secrets:
- postgres_password
healthcheck: