docs: add port map for T0 deployment

This commit is contained in:
2026-04-16 08:49:24 +00:00
parent 3eb8726df7
commit 3b027897c5

11
docs/ports.md Normal file
View File

@@ -0,0 +1,11 @@
# T0 Port Map (vps.git)
Ports allocated by the `HangmanLab.Server.T0` deployment (`~/git-kc`).
System-level services (sshd, nginx, systemd-resolved) are excluded.
| Port | Bind | Service | Note |
|------|------|---------|------|
| 3000 | 127.0.0.1 | Gitea (git-kc-gitea) | HTTP, reverse-proxied by nginx |
| 3306 | internal | MySQL (git-kc-mysql) | Not exposed to host; docker-internal only |
| 8080 | 127.0.0.1 | Keycloak (git-kc-keycloak) | HTTP, reverse-proxied by nginx |
| — | host network | HarborForge Monitor | network_mode: host; no listening port (bridge disabled) |