docs(deploy): synchronize deploy/ assets with nats-docker submodule and hermes prefix defaults
This commit is contained in:
@@ -68,6 +68,19 @@ To register these skills globally or for a specific workspace:
|
||||
}
|
||||
```
|
||||
|
||||
### 5. Private NATS Broker & Submodule Integration (`nats-docker`)
|
||||
For production deployments and private networks, MAM utilizes a dedicated NATS broker (`nats:2.12-alpine` with MQTT 3.1.1 and JetStream enabled). The container assets and deployment guides are managed in the `nats-docker` submodule:
|
||||
|
||||
```bash
|
||||
# When cloning the repository, initialize submodules:
|
||||
git clone --recurse-submodules https://git.godopu.com/tmpl/multi-agent-mux.git
|
||||
|
||||
# Or initialize submodules in an existing clone:
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
Refer to [`nats-docker/PRIVATE_SERVER.md`](../nats-docker/PRIVATE_SERVER.md) and [`MESSAGING.md`](../MESSAGING.md) for detailed configuration, `.mam.env` generation, and security guidelines.
|
||||
|
||||
---
|
||||
|
||||
## 🤖 Gitea Actions CI/CD Setup
|
||||
|
||||
Reference in New Issue
Block a user