diff --git a/infra/NPM-CONFIG.md b/infra/NPM-CONFIG.md index b86181b..2f96f92 100644 --- a/infra/NPM-CONFIG.md +++ b/infra/NPM-CONFIG.md @@ -81,8 +81,8 @@ location /s3/ { | Gitea SSH | corrosion-gitea | 22 | 2222 | git.corrosionmgmt.com:2222 | | SeaweedFS Filer | corrosion-cdn | 8888 | 8091 | cdn.corrosionmgmt.com | | SeaweedFS S3 | corrosion-cdn | 8333 | 8092 | Internal only | -| SeaweedFS Master | corrosion-cdn | 9333 | 9333 | Internal only | -| SeaweedFS Volume | corrosion-cdn | 8080 | 8080 | Internal only | +| SeaweedFS Master | corrosion-cdn | 9333 | 8093 | Internal only | +| SeaweedFS Volume | corrosion-cdn | 8080 | 8094 | Internal only | --- diff --git a/infra/README.md b/infra/README.md index 48f1b8f..133538d 100644 --- a/infra/README.md +++ b/infra/README.md @@ -15,8 +15,8 @@ - **Container**: `corrosion-cdn` - **Filer UI Port**: 8091 (primary CDN interface) - **S3 API Port**: 8092 (programmatic access) -- **Master Port**: 9333 (admin/monitoring) -- **Volume Port**: 8080 (internal storage) +- **Master Port**: 8093 (admin/monitoring) +- **Volume Port**: 8094 (internal storage) - **Purpose**: Map hosting, plugin packages, companion binaries, backups ## Deployment @@ -56,7 +56,7 @@ docker compose up -d - **Gitea SSH**: ssh://git@git.corrosionmgmt.com:2222 - **CDN Filer UI**: https://cdn.corrosionmgmt.com - **S3 API**: http://:8092 (internal only, no proxy) -- **SeaweedFS Master**: http://:9333 (internal only, no proxy) +- **SeaweedFS Master**: http://:8093 (internal only, no proxy) ## First-time Gitea Setup diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index 91e8748..f01c968 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -44,8 +44,8 @@ services: ports: - "8091:8888" # Filer UI & CDN (Map to cdn.corrosionmgmt.com) - "8092:8333" # S3 API (For CI/CD Artifact Uploads) - - "9333:9333" # Master (Internal Admin) - - "8080:8080" # Volume (Internal Data) + - "8093:9333" # Master (Internal Admin) + - "8094:8080" # Volume (Internal Data) networks: default: