feat: bot
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user