Add mautrix-whatsapp
This commit is contained in:
parent
0bcc705aaa
commit
4a79d1fb95
2 changed files with 24 additions and 0 deletions
4
mautrix-whatsapp/README.md
Normal file
4
mautrix-whatsapp/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# mautrix-whatsapp
|
||||
|
||||
Bridge for whatsapp and matrix
|
||||
|
20
mautrix-whatsapp/docker-compose.yaml
Normal file
20
mautrix-whatsapp/docker-compose.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
mautrix-whatsapp:
|
||||
container_name: mautrix-whatsapp
|
||||
image: dock.mau.dev/mautrix/whatsapp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- bridge_data:/data
|
||||
networks:
|
||||
- synapsenet
|
||||
|
||||
volumes:
|
||||
bridge_data:
|
||||
|
||||
networks:
|
||||
synapsenet:
|
||||
external: true
|
||||
name: synapsenet
|
||||
|
Loading…
Reference in a new issue