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