File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,10 @@ services:
2828 - QDRANT_HOST=qdrant
2929 - QDRANT_PORT=6333
3030 - QDRANT_COLLECTION=${QDRANT_COLLECTION}
31- - MEM0_HISTORY_DB_PATH=/data/history.db
32- volumes :
33- - foxmemory_store_data:/data
31+ - MEM0_HISTORY_DB_PATH=/tmp/history.db
3432 depends_on :
3533 - qdrant
3634 - infer
3735
3836volumes :
3937 qdrant_data :
40- foxmemory_store_data :
Original file line number Diff line number Diff line change @@ -27,12 +27,9 @@ services:
2727 - QDRANT_HOST=${QDRANT_HOST:-qdrant}
2828 - QDRANT_PORT=${QDRANT_PORT:-6333}
2929 - QDRANT_COLLECTION=${QDRANT_COLLECTION}
30- - MEM0_HISTORY_DB_PATH=/data/history.db
31- volumes :
32- - foxmemory_store_data:/data
30+ - MEM0_HISTORY_DB_PATH=/tmp/history.db
3331 depends_on :
3432 - qdrant
3533
3634volumes :
3735 qdrant_data :
38- foxmemory_store_data :
You can’t perform that action at this time.
0 commit comments