docs: fix drift in Docker Deployment#246
Draft
jack-arturo wants to merge 1 commit into
Draft
Conversation
Routine docs-accuracy audit of deployment/docker.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Deploying automem-website with
|
| Latest commit: |
a617efc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://987fc8ef.automem-website.pages.dev |
| Branch Preview URL: | https://docs-audit-docker-20260709.automem-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine docs-accuracy audit of
deployment/docker.md(never previously reviewed).--dir /dataflag insideREDIS_ARGSdocker-compose.ymlno longer sets--dirviaREDIS_ARGS— FalkorDB's startup script always appends--dir $FALKORDB_DATA_PATHafterREDIS_ARGS, silently overriding any--dirinside it, so persistence dir is set viaFALKORDB_DATA_PATH=/datainsteadFALKORDB_DATA_PATHenv var mechanism instead of aREDIS_ARGSflagdocker-compose.ymlalso maps6334for Qdrant's gRPC portdocker-compose.yml'sflask-api.environmentalso definesVOYAGE_API_KEY,VECTOR_SIZE(default1024),MEMORY_CONTENT_HARD_LIMIT(default2000),MEMORY_AUTO_SUMMARIZE(defaulttrue),QDRANT_TIMEOUT_SECONDS(unset by default),QDRANT_ENSURE_PAYLOAD_INDEXES(defaulttrue)docker-compose.ymllink uses a/blob/main/branch linkConfirmed correct, no changes needed:
qdrant/qdrant:v1.11.3andfalkordb/falkordb:latestimage tags, all volume mappings, required env vars (PORT,AUTOMEM_API_TOKEN,ADMIN_API_TOKEN,FALKORDB_HOST,FALKORDB_PORT), the 8 previously-listed optional env vars, health check config (redis-cli ping, 10s/5s/5 retries),depends_onconditions, all 5 Makefile command mappings,requirements.txtrebuild trigger,scripts/backup_automem.py --backup-dirflag, and all internal cross-links.Verified against: automem@4b5eaafd2602c9eba39bbfe38e4120e3654c67e9 (
docker-compose.yml)Generated by Claude Code