nur eine Datenbank

This commit is contained in:
Ralf-Peter Wolff 2024-02-09 10:59:51 +01:00
parent d9fc76da0f
commit 1ca1cb3b99
2 changed files with 11 additions and 11 deletions

View File

@ -48,15 +48,15 @@ services:
volumes:
- ./synapse/mautrix-whatsapp:/data
postgres-whatsapp:
image: postgres:14
restart: unless-stopped
volumes:
- ./synapse/mautrix-whatsapp/postgres:/var/lib/postgresql/data
environment:
- POSTGRES_DB=whatsapp
- POSTGRES_USER=whatsapp
- POSTGRES_PASSWORD=jgzqnGCq3KY28C
- POSTGRES_INITDB_ARGS=--encoding='UTF8' --lc-collate='C' --lc-ctype='C'
#postgres-whatsapp:
# image: postgres:14
# restart: unless-stopped
# volumes:
# - ./synapse/mautrix-whatsapp/postgres:/var/lib/postgresql/data
# environment:
# - POSTGRES_DB=whatsapp
# - POSTGRES_USER=whatsapp
# - POSTGRES_PASSWORD=jgzqnGCq3KY28C
# - POSTGRES_INITDB_ARGS=--encoding='UTF8' --lc-collate='C' --lc-ctype='C'

View File

@ -42,7 +42,7 @@ appservice:
# https://github.com/mattn/go-sqlite3#connection-string
# Postgres: Connection string. For example, postgres://user:password@host/database?sslmode=disable
# To connect via Unix socket, use something like postgres:///dbname?host=/var/run/postgresql
uri: postgres://whatsapp:jgzqnGCq3KY28C@postgres-whatsapp/whatsapp?sslmode=disable
uri: postgres://synapse:jgzqnGCq3KY28C@postgres/whatsapp?sslmode=disable
# Maximum number of connections. Mostly relevant for Postgres.
max_open_conns: 20
max_idle_conns: 2