feat: Add WhatsApp Bridge (mautrix-whatsapp) configuration and registration with secure tokens
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user