Files
luma/docker-compose.yml
T

13 lines
305 B
YAML

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