From 008bf628c0a4727ca6ea20033760a04c9ac6f699 Mon Sep 17 00:00:00 2001 From: EZ-Homelab Date: Thu, 22 Jan 2026 16:45:16 -0500 Subject: [PATCH] Update documentation to remove development stack references - Remove development stack references from ports and quick-reference docs - Development stack was incomplete and removed during restructuring --- docs/ports-in-use.md | 7 ------- docs/quick-reference.md | 4 ---- 2 files changed, 11 deletions(-) diff --git a/docs/ports-in-use.md b/docs/ports-in-use.md index 36f920e..9d149af 100644 --- a/docs/ports-in-use.md +++ b/docs/ports-in-use.md @@ -18,13 +18,6 @@ This document tracks all ports used by services in the AI-Homelab. Update this d | [Pi-hole](../service-docs/pihole.md) | 53 | TCP/UDP | DNS | 53 | | [Docker Proxy](../service-docs/docker-proxy.md) | 127.0.0.1:2375 | TCP | Docker API proxy | 2375 | -## Development Stack ([development.yml](../docker-compose/development.yml)) - -| Service | Port | Protocol | Purpose | Internal Port | -|---------|------|----------|---------|---------------| -| [PostgreSQL](../service-docs/postgresql.md) | 5432 | TCP | Database | 5432 | -| [Redis](../service-docs/redis.md) | 6379 | TCP | Cache/Database | 6379 | - ## Home Assistant Stack ([homeassistant.yml](../docker-compose/homeassistant.yml)) | Service | Port | Protocol | Purpose | Internal Port | diff --git a/docs/quick-reference.md b/docs/quick-reference.md index 7768d81..770bc29 100644 --- a/docs/quick-reference.md +++ b/docs/quick-reference.md @@ -251,10 +251,6 @@ docker image prune -a - **8443**: Code Server - **5000**: Form.io - **3001**: Uptime Kuma - -### Development (development.yml) -- **8929**: GitLab -- **5432**: PostgreSQL - **6379**: Redis - **5050**: pgAdmin - **8888**: Jupyter Lab