Skip to content

Commit ddd4e1f

Browse files
Thomas TupperThomas Tupper
authored andcommitted
fix(deploy): use writable /tmp history path for mem0 store in containers
1 parent e99e2d6 commit ddd4e1f

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

compose.one.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

3836
volumes:
3937
qdrant_data:
40-
foxmemory_store_data:

compose.split.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

3634
volumes:
3735
qdrant_data:
38-
foxmemory_store_data:

0 commit comments

Comments
 (0)