This commit is contained in:
2025-12-05 23:27:43 -05:00
parent 009584f497
commit 44901a44b7
8 changed files with 4847 additions and 196 deletions

View File

@@ -14,16 +14,16 @@ services:
HOTWORD_ENABLED: ${HOTWORD_ENABLED:-true}
GOODBOY_USER_ID: ${GOODBOY_USER_ID:-94578724413902848}
TRANSCRIPT_LOG_PATH: /app/logs/transcript.log
USE_ARABIC_TTS: ${USE_ARABIC_TTS:-true}
ARABIC_TTS_MODEL: ${ARABIC_TTS_MODEL:-tts_models/ar/cv/vits}
volumes:
- bot-logs:/app/logs
- ./logs:/app/logs
- bot-data:/app/data
- whisper-models:/root/.cache/huggingface
labels:
- "com.centurylinklabs.watchtower.enable=true"
volumes:
bot-logs:
driver: local
bot-data:
driver: local
whisper-models: