first commit

This commit is contained in:
Artem Tsyrulnikov
2026-02-05 15:41:56 +03:00
commit f833aeaf41
16 changed files with 1577 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
bot:
build: .
container_name: random_coffee_bot
env_file:
- .env
volumes:
- ./data:/data
restart: unless-stopped