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
475 B
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.0CLAUDE_MEM_DATA_DIR=/data/claude-memCLAUDE_MEM_QUEUE_ENGINE=bullmqCLAUDE_MEM_REDIS_URL=redis://valkey:6379CLAUDE_MEM_AUTH_MODE=api-key
Create an API key inside the container before using protected V1 write routes.