add
This commit is contained in:
@@ -12,8 +12,8 @@ services:
|
||||
networks:
|
||||
- mem0_network
|
||||
volumes:
|
||||
- ./chroma_db:/app/chroma_db # ChromaDB storage
|
||||
- ./history:/app/history # History db location
|
||||
- ./chroma_db:/app/data/chroma_db # ChromaDB storage
|
||||
- ./history:/app/data/history # History db location
|
||||
- .:/app # Server code. This allows to reload the app when the server code is updated
|
||||
- ../mem0:/app/packages/mem0 # Mem0 library. This allows to reload the app when the library code is updated
|
||||
command: uvicorn main:app --host 0.0.0.0 --port 8000 --reload # Enable auto-reload
|
||||
|
||||
Reference in New Issue
Block a user