fix: add default vector db for anythingllm

This commit is contained in:
Andras Bacsai
2025-01-06 14:26:58 +01:00
parent 5ad6b86735
commit eb46792154
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ services:
- JWT_SECRET=${SERVICE_PASSWORD_JWTSECRET}
- AUTH_TOKEN=${SERVICE_PASSWORD_AUTHTOKEN}
- SERVER_PORT=${SERVER_PORT:-3001}
- VECTOR_DB=lancedb
cap_add:
- SYS_ADMIN
volumes: