docs: add port map for T2 deployment

This commit is contained in:
2026-04-16 08:49:31 +00:00
parent 601262abec
commit 6ad57b7558

11
docs/ports.md Normal file
View File

@@ -0,0 +1,11 @@
# T2 Port Map (vps.claw-main)
Ports allocated by `HangmanLab.Server.T2` plugins on the OpenClaw host.
System-level services (sshd, nginx, systemd-resolved, docker) are excluded.
| Port | Bind | Service | Note |
|------|------|---------|------|
| 8787 | 127.0.0.1 | Dirigent no-reply sidecar | Default `sideCarPort` |
| 18789 | 127.0.0.1 | OpenClaw Gateway | Internal gateway listener |
| 18800 | 127.0.0.1 | ContractorAgent bridge | Default `bridgePort` |
| 18900 | 127.0.0.1 | Yonexus.Server | WebSocket hub (`listenPort`) |