2023-05-13 23:22:10 +02:00
|
|
|
services:
|
|
|
|
tg2:
|
|
|
|
container_name: tg2
|
|
|
|
image: tg2:latest
|
2023-05-30 13:54:53 +02:00
|
|
|
restart: on-failure
|
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"
|
|
|
|
|