feat: Add WhatsApp Bridge (mautrix-whatsapp) configuration and registration with secure tokens

This commit is contained in:
Kroonk
2026-05-22 13:08:13 +02:00
parent cf68c777f4
commit 5811bf006d
3 changed files with 28 additions and 0 deletions

View File

@@ -36,3 +36,15 @@ services:
- "${ELEMENT_PORT:-8088}:80"
volumes:
- ./element-config.json:/app/config.json
whatsapp:
image: dock.mau.dev/mautrix/whatsapp:latest
container_name: matrix_whatsapp
restart: unless-stopped
depends_on:
- synapse
volumes:
- ./data/whatsapp:/data
environment:
- TZ=Europe/Berlin