mirror of
https://github.com/mruwnik/memory.git
synced 2025-06-28 23:24:43 +02:00
make sure api have embedder credentials
This commit is contained in:
parent
0e574542d5
commit
55809f3980
@ -49,6 +49,7 @@ x-worker-base: &worker-base
|
|||||||
QDRANT_URL: http://qdrant:6333
|
QDRANT_URL: http://qdrant:6333
|
||||||
OPENAI_API_KEY_FILE: /run/secrets/openai_key
|
OPENAI_API_KEY_FILE: /run/secrets/openai_key
|
||||||
ANTHROPIC_API_KEY_FILE: /run/secrets/anthropic_key
|
ANTHROPIC_API_KEY_FILE: /run/secrets/anthropic_key
|
||||||
|
VOYAGE_API_KEY: ${VOYAGE_API_KEY}
|
||||||
secrets: [ postgres_password, openai_key, anthropic_key, ssh_private_key, ssh_public_key, ssh_known_hosts ]
|
secrets: [ postgres_password, openai_key, anthropic_key, ssh_private_key, ssh_public_key, ssh_known_hosts ]
|
||||||
read_only: true
|
read_only: true
|
||||||
tmpfs:
|
tmpfs:
|
||||||
@ -150,6 +151,7 @@ services:
|
|||||||
SERVER_URL: "${SERVER_URL:-http://localhost:8000}"
|
SERVER_URL: "${SERVER_URL:-http://localhost:8000}"
|
||||||
VITE_SERVER_URL: "${SERVER_URL:-http://localhost:8000}"
|
VITE_SERVER_URL: "${SERVER_URL:-http://localhost:8000}"
|
||||||
STATIC_DIR: "/app/static"
|
STATIC_DIR: "/app/static"
|
||||||
|
VOYAGE_API_KEY: ${VOYAGE_API_KEY}
|
||||||
secrets: [postgres_password]
|
secrets: [postgres_password]
|
||||||
volumes:
|
volumes:
|
||||||
- ./memory_files:/app/memory_files:rw
|
- ./memory_files:/app/memory_files:rw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user