modified: .env.example
modified: config.py modified: docker-compose.yml modified: requirements.txt modified: services/rag_service.py
This commit is contained in:
@@ -9,7 +9,6 @@ services:
|
||||
volumes:
|
||||
- uploads:/app/uploads
|
||||
- vectordb:/app/vectordb
|
||||
- hf_cache:/app/.cache
|
||||
healthcheck:
|
||||
test: ["CMD", "python", "-c",
|
||||
"import urllib.request; urllib.request.urlopen('http://localhost:5000/auth/login')"]
|
||||
@@ -21,4 +20,3 @@ services:
|
||||
volumes:
|
||||
uploads:
|
||||
vectordb:
|
||||
hf_cache:
|
||||
|
||||
Reference in New Issue
Block a user