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