mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
update(infra): mana-stt WhisperX + diarization, mana-notify templates, CD pipeline updates
mana-stt: add WhisperX service with CUDA GPU support, speaker diarization, and auto-fallback chain. mana-notify: add locale fallback and default templates for task reminders. CD: update deployment pipeline and docker-compose configuration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a03de84e79
commit
da3a140f21
9 changed files with 1280 additions and 463 deletions
|
|
@ -1480,6 +1480,8 @@ services:
|
|||
MEMORO_SUPABASE_SERVICE_KEY: ${MEMORO_SUPABASE_SERVICE_KEY}
|
||||
SERVICE_KEY: ${MEMORO_SERVICE_KEY}
|
||||
AUDIO_SERVER_URL: http://memoro-audio-server:3016
|
||||
MANA_LLM_URL: http://mana-llm:3025
|
||||
MANA_LLM_MODEL: ${MANA_LLM_MODEL:-ollama/gemma3:12b}
|
||||
GEMINI_API_KEY: ${GEMINI_API_KEY}
|
||||
AZURE_OPENAI_KEY: ${AZURE_OPENAI_KEY}
|
||||
AZURE_OPENAI_ENDPOINT: ${AZURE_OPENAI_ENDPOINT}
|
||||
|
|
@ -1519,6 +1521,8 @@ services:
|
|||
AZURE_STORAGE_ACCOUNT_NAME: ${AZURE_STORAGE_ACCOUNT_NAME}
|
||||
AZURE_STORAGE_ACCOUNT_KEY: ${AZURE_STORAGE_ACCOUNT_KEY}
|
||||
AZURE_STORAGE_CONTAINER: ${AZURE_STORAGE_CONTAINER:-memoro-batch-audio}
|
||||
MANA_STT_URL: http://host.docker.internal:3020
|
||||
MANA_STT_API_KEY: ${MANA_STT_API_KEY:-}
|
||||
ports:
|
||||
- "3016:3016"
|
||||
healthcheck:
|
||||
|
|
@ -1558,6 +1562,7 @@ services:
|
|||
PUBLIC_SUPABASE_URL: ${MEMORO_SUPABASE_URL}
|
||||
PUBLIC_SUPABASE_ANON_KEY: ${MEMORO_SUPABASE_ANON_KEY}
|
||||
PUBLIC_MANA_SYNC_URL: ws://mana-sync:3050
|
||||
PUBLIC_GLITCHTIP_DSN: ${MEMORO_GLITCHTIP_DSN:-}
|
||||
ports:
|
||||
- "5038:5038"
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue