appservice hinzu pfad mautrix geändert
This commit is contained in:
parent
ef6f44f4fb
commit
d9fc76da0f
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user