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