fix: Move Gitea SSH to port 8095 (keep all infra in 809x range)

Changed: 2222 → 8095 for SSH
Keeps all infrastructure ports sequential: 8090-8095

Port allocation:
- 8090: Gitea HTTP
- 8091: SeaweedFS Filer
- 8092: SeaweedFS S3
- 8093: SeaweedFS Master
- 8094: SeaweedFS Volume
- 8095: Gitea SSH

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-15 13:23:43 -05:00
parent 1cfd9d206f
commit 69fec4a0fa
3 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "8090:3000" # Web UI (Map to git.corrosionmgmt.com)
- "2222:22" # SSH (git clone ssh://git@git.corrosionmgmt.com:2222/...)
- "8095:22" # SSH (git clone ssh://git@git.corrosionmgmt.com:8095/...)
# ---------------------------------------------------------------------------
# TARGET 2: SEAWEEDFS (S3 Artifact Storage & CDN)