multi-track leveling system + user say command

This commit is contained in:
2025-12-17 18:44:02 +05:30
parent b22a1c6fee
commit 07f101a119
13 changed files with 4936 additions and 45 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
void-sentinel:
build: .
environment:
- RUST_LOG
- DISCORD_TOKEN
- SURREAL_ADDRESS
- SURREAL_USER
- SURREAL_PASS
- SURREAL_NS
- SURREAL_DB
- NVIDIA_API_KEY
restart: unless-stopped