docs(deploy): synchronize deploy/ assets with nats-docker submodule and hermes prefix defaults

This commit is contained in:
2026-08-23 16:40:22 +09:00
parent adecff2194
commit f133e52863
4 changed files with 216 additions and 1 deletions
+13
View File
@@ -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