This commit is contained in:
2026-03-06 21:03:00 +08:00
parent 8d3c54ea61
commit bdb6d5c9fd

View File

@@ -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