Stop was advancing the queue, history overwrote the day file, and slash commands often never replied; soundboard clips now mix on top of the current track. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
239 B
YAML
16 lines
239 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
container_name: disco-bot
|
|
restart: always
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./history:/app/history
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- NODE_ENV=development
|
|
|