This commit is contained in:
2026-03-06 21:13:35 +08:00
parent bdb6d5c9fd
commit 77bf04c8c9

View File

@@ -12,8 +12,8 @@ services:
networks:
- mem0_network
volumes:
- ./chroma_db:/app/data/chroma_db # ChromaDB storage
- ./history:/app/data/history # History db location
- ./data/chroma_db:/app/data/chroma_db # ChromaDB storage
- ./data/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