annan voice V0

parent 974ed7f7
...@@ -49,6 +49,8 @@ services: ...@@ -49,6 +49,8 @@ services:
POSTGRES_DB: "${POSTGRES_DB}" POSTGRES_DB: "${POSTGRES_DB}"
DB_PORT: "${DB_PORT}" DB_PORT: "${DB_PORT}"
DB_HOST: "${DB_HOST}" DB_HOST: "${DB_HOST}"
TTS_PROVIDER: "${TTS_PROVIDER}"
CUSTOM_TTS_URL: "${CUSTOM_TTS_URL}"
depends_on: depends_on:
- minio - minio
- postgres - postgres
......
...@@ -10,3 +10,4 @@ psycopg2-binary ...@@ -10,3 +10,4 @@ psycopg2-binary
pgvector pgvector
pandas pandas
python-dotenv python-dotenv
httpx
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment