feat: discord bridging
See https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/31
This commit is contained in:
@ -4,15 +4,15 @@ version: "3.8"
|
||||
services:
|
||||
app:
|
||||
environment:
|
||||
- TELEGRAM_APP_SERVICE_ENABLED=1
|
||||
- TELEGRAM_APP_SERVICE_CONFIG=/telegram-data/registration.yaml
|
||||
- APP_SERVICES_ENABLED
|
||||
- APP_SERVICE_CONFIGS
|
||||
volumes:
|
||||
- telegram-data:/telegram-data
|
||||
|
||||
telegrambridge:
|
||||
image: dock.mau.dev/mautrix/telegram:1f5b91cbec7866663d8dd8f4c9a62115e2905552-amd64
|
||||
depends_on:
|
||||
- telegram_db
|
||||
- telegramdb
|
||||
configs:
|
||||
- source: telegram_bridge_yaml
|
||||
target: /data/config.yaml
|
||||
|
||||
Reference in New Issue
Block a user