homelab/bxl-rpi/apps/docker-compose.tg2.yaml

14 lines
292 B
YAML
Raw Normal View History

2023-05-13 23:22:10 +02:00
services:
tg2:
container_name: tg2
image: tg2:latest
2023-05-23 14:09:32 +02:00
environment:
- TGTG_EMAIL=tgtg.trash@bhasher.com
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
- TELEGRAM_ID=${TELEGRAM_ID}
volumes:
- $DATA/tg2:/data
labels:
- "com.centurylinklabs.watchtower.enable=false"