docs(stacks): update README for models stack and Matter Server

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 10:39:00 +01:00
co-authored by Claude Opus 4.6
parent a4379fe373
commit b7cca51d7a
+3 -7
View File
@@ -14,7 +14,7 @@ review the http://core-api/docs openapi documentation for infrastructure managem
|-------|------|-------|-----|-------------|
| **Portainer** | `portainer.yml` | 8080, 8443 | No | Container management UI |
| **Nginx Proxy Manager** | `nginx-proxy-manager.yml` | 8000, 80, 443 | No | Reverse proxy and unified web interface |
| **Ollama** | `ollama.yml` | 11434 | **Yes** | ML model serving with GPU acceleration |
| **Models** | `models.yml` | 11434, 11500, 11510 | **Yes** | GPU model serving (Ollama, Stable Audio, TRELLIS) |
### Phase 2: Networking
@@ -37,9 +37,7 @@ review the http://core-api/docs openapi documentation for infrastructure managem
| **Nextcloud** | `nextcloud.yml` | 8082 | No | Cloud storage (includes DB and Redis) |
| **Gitea** | `gitea.yml` | 3002, 2222 | No | Git repository hosting (includes PostgreSQL) |
| **Samba** | `samba.yml` | 139, 445 | No | Network file sharing |
| **Home Assistant** | `home-assistant.yml` | 8123 | No | Smart home automation platform |
| **Stable Audio** | `stable-audio.yml` | 11500 | **Yes** | AI audio generation (local build) |
| **TRELLIS** | `trellis.yml` | 11510 | **Yes** | 3D model generation (local build) |
| **Home Assistant** | `home-assistant.yml` | 8123, 5580 | No | Smart home automation + Matter Server |
## Port Allocation
@@ -89,10 +87,8 @@ All stacks follow the dual-disk strategy:
## GPU Services
Stacks requiring GPU access (marked with **Yes** above):
- `ollama.yml` - ML model inference
- `models.yml` - Ollama (LLM inference), Stable Audio (~6GB VRAM), TRELLIS (~6-8GB VRAM)
- `jellyfin.yml` - Hardware transcoding
- `stable-audio.yml` - AI audio generation (~6GB VRAM)
- `trellis.yml` - 3D model generation (~6-8GB VRAM)
**Prerequisites:**
- NVIDIA Container Toolkit installed