Skip to content

Commit dd0daa7

Browse files
committed
Update .env and docker-compose.yml to streamline environment configuration and remove unused variables
1 parent b3c3e54 commit dd0daa7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Environment variables
2-
LLM_API_KEY=dummy-key
2+
LLM_API_KEY=dummy-key # This is fine for local node
33
LLM_API_BASE=http://localhost:8080/v1
44
LLM_MODEL=Qwen2.5-Coder-3B-Instruct
55
LLM_EMBED_MODEL=gte-Qwen2-1.5B-instruct
66
LLM_EMBED_SIZE=1536
7-
API_HOST=localhost
8-
API_PORT=8000

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ services:
3333
- "6333:6333"
3434
volumes:
3535
- ./qdrant_data:/qdrant/storage
36+
environment:
37+
- AUTH_DISABLED=true

0 commit comments

Comments
 (0)