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

15 lines
319 B
YAML

services:
tg2:
container_name: tg2
image: tg2:latest
restart: on-failure:10
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"