Update README.md

This commit is contained in:
SmileRex
2025-01-24 19:55:13 +03:00
committed by GitHub
parent 897eb26bac
commit d0a5af881f

View File

@@ -1,15 +1,15 @@
### Сборка
```go build```
### Docker
```docker build -t smilerex/dickbot:latest .```
## ENVIRONMENT
```Go
os.Getenv("BOT_TOKEN")
os.Getenv("DB_HOST")
os.Getenv("DB_NAME")
os.Getenv("DB_USER")
os.Getenv("DB_PASS")
### docker-compose.yml
```
version: '3'
services:
bot:
image: smilerex/dickbot:latest
restart: always
environment:
- BOT_TOKEN=8001588893:AAFZl1beIZQbmT87MQ416Vt596QxNbqD_bY
- DB_HOST=217.12.40.237
- DB_NAME=test
- DB_USER=root
- DB_PASS=12641264
```