Skip to content

docs: fix drift in Docker Deployment - #257

Draft
jack-arturo wants to merge 1 commit into
mainfrom
docs/audit-deployment-docker-20260715
Draft

docs: fix drift in Docker Deployment#257
jack-arturo wants to merge 1 commit into
mainfrom
docs/audit-deployment-docker-20260715

Conversation

@jack-arturo

Copy link
Copy Markdown
Member

Routine docs-accuracy audit of src/content/docs/docs/deployment/docker.md against verygoodplugins/automem@main.

Claim Current state Fix
Service-architecture mermaid diagram labels the API container memory-service docker-compose.yml names the service flask-api — and the doc's own "Service Details" table (a few lines above the diagram) already calls it flask-api Relabeled the diagram node to flask-api for internal consistency

Everything else on the page (service images/ports, volume mounts, REDIS_ARGS/FALKORDB_DATA_PATH persistence config, environment variable defaults, FalkorDB health check cadence, depends_on conditions, and the five documented make targets) still matches current docker-compose.yml/Makefile — no further changes made.

Open question (not fixed, flagging per audit guidelines): the doc describes the FalkorDB health check as simply redis-cli ping. The actual check is a conditional wrapper (if [ -n "$REDIS_PASSWORD" ]; then redis-cli -a "$REDIS_PASSWORD" ping; else redis-cli ping; fi). Since REDIS_PASSWORD/FALKORDB_PASSWORD are empty by default and this doc's own env-var table already documents FALKORDB_PASSWORD as empty-by-default, the simplified description matches the documented default case — leaving as-is unless a maintainer wants the auth-aware branch spelled out.

Verified against: verygoodplugins/automem@dbb933f (docker-compose.yml, Makefile)


Same audit run also reviewed cli/platform-installers.md (verified against verygoodplugins/mcp-automem@946f9e5) and development/changelog.md (verified against tags/npm registry of both repos) — both accurate against current source, no PR needed for either.


Generated by Claude Code

The service-architecture diagram labeled the Flask API container
"memory-service", but docker-compose.yml on automem@main names the
service flask-api — matching the service table lower on the same
page. Verified against verygoodplugins/automem@dbb933f (latest commit
touching docker-compose.yml/Makefile): all other claims on this page
(service images/ports, volumes, env var defaults, health checks, make
targets) still match current source.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploying automem-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: d6c5ae2
Status: ✅  Deploy successful!
Preview URL: https://1bad778d.automem-website.pages.dev
Branch Preview URL: https://docs-audit-deployment-docker-twz8.automem-website.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants