Files
luma/docker-compose.yml
T
2026-01-15 13:00:31 -03:00

12 lines
266 B
YAML

services:
bot:
build: .
container_name: luma
environment:
NODE_ENV: production
DISCORD_ID:
DISCORD_TOKEN:
TTS_AZURE_KEY:
restart: unless-stopped
volumes:
- ./db.sqlite:/app/db.sqlite