Files
wehub-resource-sync f9447f8e5f
CI / typecheck · build · test · bundle-size (push) Failing after 1s
CI / clean-room dependency closure smoke (push) Failing after 1s
CI / server-runtime e2e (docker · pg + valkey) (push) Failing after 2s
Deploy Install Scripts / deploy (push) Failing after 2s
Windows / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:07:03 +08:00

475 B

Docker

The root docker-compose.yml starts Claude-Mem Server beta with a persistent Valkey sidecar.

docker compose up --build
curl http://127.0.0.1:37777/healthz

The server container uses:

  • CLAUDE_MEM_WORKER_HOST=0.0.0.0
  • CLAUDE_MEM_DATA_DIR=/data/claude-mem
  • CLAUDE_MEM_QUEUE_ENGINE=bullmq
  • CLAUDE_MEM_REDIS_URL=redis://valkey:6379
  • CLAUDE_MEM_AUTH_MODE=api-key

Create an API key inside the container before using protected V1 write routes.