docs: Add service READMEs and update homelab overview documentation

This commit introduces dedicated `readme.md` files for individual services
within both the `Local Homelab` and `Oracle Homelab` directories.

Each service-specific README provides a brief description of the service,
its deployment method (Docker Compose), and references relevant
configuration files.

Additionally, the main `Local Homelab/readme.md` was updated to
enumerate all deployed services, describe the repository's structure,
and include pertinent links.

This change aims to significantly improve the clarity, organization,
and discoverability of information across the homelab setups.
This commit is contained in:
2025-12-25 13:46:35 -05:00
parent fc44fccc10
commit 2d5926c7c1
16 changed files with 215 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
# TheLounge
[TheLounge](https://thelounge.chat/) is a modern, self-hosted web IRC client.
## 🚀 Deployment
This service is deployed using Docker Compose.
### Files
- `compose/compose.yaml`: Docker Compose configuration.
## 🔗 Links
- [Oracle Homelab](../)