This commit is contained in:
2026-09-05 00:37:05 +05:00
commit e48b026e3f
3 changed files with 46 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
## Telegram Bot API
### build
```bash
docker compose build
```
### Run on server
```bash
services:
tgbotapi:
hostname: tgbotapi
image: git.shihaam.dev/dockerfiles/tgbotapi
ports:
- 8080:8080
environment:
- TELEGRAM_API_ID=
- TELEGRAM_API_HASH=
```