feat: bot

This commit is contained in:
2025-06-09 14:56:07 +03:00
parent fa112bc95a
commit 0a9bca073f
11 changed files with 393 additions and 1 deletions

View File

@@ -22,6 +22,15 @@ services:
build: .
ports:
- "3900:3000"
depends_on:
- db
- redis
bot:
env_file:
- ./bot/.env
build: ./bot
depends_on:
- app
volumes:
db_data:
redis-data: