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
This commit is contained in:
EZ-Homelab
2026-01-22 16:45:16 -05:00
parent dd15a7c641
commit 008bf628c0
2 changed files with 0 additions and 11 deletions

View File

@@ -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 |

View File

@@ -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