From b7cca51d7aaa8bc5e81d70a976e8dd2ff55d4bc9 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 26 Feb 2026 10:39:00 +0100 Subject: [PATCH] docs(stacks): update README for models stack and Matter Server Co-Authored-By: Claude Opus 4.6 --- stacks/README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/stacks/README.md b/stacks/README.md index 40106c0..2654f92 100644 --- a/stacks/README.md +++ b/stacks/README.md @@ -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