You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: persist analytics DB to named volume in all compose configs
FOXMEMORY_ANALYTICS_DB_PATH was defaulting to /data which had no volume
mount, causing stats to reset on every container restart.
- compose.one.yml / compose.split.yml: point to /qdrant/storage (existing vol)
- compose.graph.yml: add foxmemory_analytics_data volume mounted at /data
- .env.example: document the var with a note
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments