fix: Remap SeaweedFS ports to avoid conflicts on asgard
Port conflicts on asgard stack: - 9333 → 8093 (SeaweedFS Master) - 8080 → 8094 (SeaweedFS Volume) Updated: - docker-compose.yml - README.md - NPM-CONFIG.md Final port allocation: 8090: Gitea HTTP 2222: Gitea SSH 8091: SeaweedFS Filer UI (cdn.corrosionmgmt.com) 8092: SeaweedFS S3 API 8093: SeaweedFS Master (internal) 8094: SeaweedFS Volume (internal) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user