configured tts key in docker-compose
This commit is contained in:
parent
99b49fbc1e
commit
2f90da34c9
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ services:
|
|||
GEMINI_API_KEY: ${GEMINI_API_KEY}
|
||||
TRANSLATE_API_KEY: ${TRANSLATE_API_KEY:-}
|
||||
ELEVENLABS_API_KEY: ${ELEVENLABS_API_KEY:-}
|
||||
GOOGLE_TTS_CREDENTIALS: /secrets/gcp-credentials.json
|
||||
|
||||
# Email
|
||||
SENDGRID_API_KEY: ${SENDGRID_API_KEY:-}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue