appservice hinzu pfad mautrix geändert

This commit is contained in:
Ralf-Peter Wolff 2024-02-09 10:49:43 +01:00
parent ef6f44f4fb
commit d9fc76da0f
2 changed files with 5 additions and 6 deletions

View File

@ -46,13 +46,13 @@ services:
image: dock.mau.dev/mautrix/whatsapp:latest
restart: unless-stopped
volumes:
- ./mautrix-whatsapp:/data
- ./synapse/mautrix-whatsapp:/data
postgres-whatsapp:
image: postgres:14
restart: unless-stopped
volumes:
- ./mautrix-whatsapp/postgres:/var/lib/postgresql/data
- ./synapse/mautrix-whatsapp/postgres:/var/lib/postgresql/data
environment:
- POSTGRES_DB=whatsapp
- POSTGRES_USER=whatsapp

View File

@ -37,13 +37,12 @@ trusted_key_servers:
enable_registration: true
registration_requires_token: true
suppress_key_server_warning: true
# serve /.well-known/matrix/server to allow federation without seperate port.
#
serve_server_wellknown: true
#
matrix_mautrix_whatsapp_enabled: true
#
#app_service_config_files:
# - /data/whatsapp-bridge.yaml
app_service_config_files:
- /data/mautrix-whatsapp/registration.yaml
#
#auto_join_rooms:
# - "#example:example.com"