docs(deploy): swap image path to ghcr.io/alezmad/claudemesh-broker
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user