docs: add port map for T0 deployment
This commit is contained in:
11
docs/ports.md
Normal file
11
docs/ports.md
Normal 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) |
|
||||
Reference in New Issue
Block a user