e80212b9a5b03ae0da7eb7f3aafe0635d0a22293
Telegram Bot API
build
docker compose build
Run on server
services:
tgbotapi:
hostname: tgbotapi
image: git.shihaam.dev/dockerfiles/tgbotapi
ports:
- 8080:8080
environment:
- TELEGRAM_API_ID=
- TELEGRAM_API_HASH=
Languages
Dockerfile
100%