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

15 lines
319 B
YAML
Raw Normal View History

2023-09-26 09:53:42 +02:00
services:
tg2:
container_name: tg2
image: tg2:latest
2023-10-18 18:07:34 +02:00
restart: on-failure:10
2023-09-26 09:53:42 +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"