Maubot & tg² update
This commit is contained in:
parent
55207d51a2
commit
0131b4fe9a
|
@ -45,6 +45,7 @@ services:
|
|||
container_name: matrix-maubot
|
||||
image: dock.mau.dev/maubot/maubot:latest
|
||||
restart: unless-stopped
|
||||
command: "sh -c \"/usr/bin/python3 -m pip install bs4 && /opt/maubot/docker/run.sh\""
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
services:
|
||||
tg2:
|
||||
container_name: tg2
|
||||
image: registry.bhasher.com/tg2:latest
|
||||
image: git.bhasher.com/bhasher/tg2:latest
|
||||
pull_policy: always
|
||||
restart: on-failure:10
|
||||
environment:
|
||||
- TGTG_EMAIL=tgtg.trash@bhasher.com
|
||||
#- TELEGRAM=true
|
||||
- TELEGRAM=true
|
||||
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
|
||||
- TELEGRAM_ID=${TELEGRAM_ID}
|
||||
- MATRIX=true
|
||||
- MATRIX=false
|
||||
- MATRIX_URL=https://maubot.bhasher.com/_matrix/maubot/plugin/webhook/send
|
||||
- MATRIX_BASIC_AUTH_USER=${MATRIX_WEBHOOK_USER}
|
||||
- MATRIX_BASIC_AUTH_PASS=${MATRIX_WEBHOOK_PASS}
|
||||
- PYTHONUNBUFFERED=1
|
||||
volumes:
|
||||
- $DATA/tg2:/data
|
||||
labels:
|
Loading…
Reference in New Issue