feat: add docker-compose.yml

This commit is contained in:
2026-01-14 22:37:09 -03:00
parent 294e256feb
commit 753405c504
+10
View File
@@ -0,0 +1,10 @@
services:
bot:
build: .
container_name: luma
environment:
NODE_ENV: production
DISCORD_ID:
DISCORD_TOKEN:
TTS_AZURE_KEY:
restart: unless-stopped