docs(deploy): swap image path to ghcr.io/alezmad/claudemesh-broker
Some checks failed
CI / Lint (push) Has been cancelled
CI / Typecheck (push) Has been cancelled
CI / Broker tests (Postgres) (push) Has been cancelled
CI / Docker build (linux/amd64) (push) Has been cancelled

User owns the alezmad github scope, not a claudemesh org — point README
+ build script + DEPLOY.md at the real namespace so the docker pull
snippets actually work on launch day. Image names are now
claudemesh-broker / claudemesh-web / claudemesh-migrate (prefixed since
they live under a personal scope).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-04-05 15:31:34 +01:00
parent 54211c613c
commit 30bc24f20d
3 changed files with 23 additions and 18 deletions

View File

@@ -130,7 +130,7 @@ machines either way — the broker is just a router that never sees plaintext.
docker run -d --name claudemesh-broker \
-p 7900:7900 \
-e DATABASE_URL="postgres://user:pass@your-db:5432/claudemesh" \
ghcr.io/claudemesh/broker:latest
ghcr.io/alezmad/claudemesh-broker:latest
# verify
curl -s http://localhost:7900/health
@@ -150,7 +150,7 @@ export CLAUDEMESH_BROKER_URL="wss://broker.yourteam.local/ws"
```sh
git clone https://github.com/claudemesh/claudemesh
cd claudemesh
scripts/build-multiarch.sh <your-registry>/claudemesh 0.1.0
scripts/build-multiarch.sh ghcr.io/alezmad 0.1.0
```
### Environment reference