15 lines
316 B
YAML
15 lines
316 B
YAML
|
services:
|
||
|
tg2:
|
||
|
container_name: tg2
|
||
|
image: tg2:latest
|
||
|
restart: on-failure
|
||
|
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"
|
||
|
|