Restructures the project by moving all application-specific docker-compose.yml files into a new `Local Homelab/` parent directory. This change improves overall project organization and provides a clear logical grouping for local homelab-related service configurations. Affected files: - `homeassistant/docker-compose.yml` - `monitoring/docker-compose.yml` - `teslamate/docker-compose.yml` All are now located under `Local Homelab/<service>/docker-compose.yml`.
Local Homelab Repository
This Git repository is exclusively for my Local Homelab setup.
Contents
This repository contains docker-compose.yml files for various services that I run in my homelab, including:
- Home Assistant: For smart home automation.
- Monitoring Tools: For keeping an eye on the health and performance of my systems.
- Teslamate: For logging data from my Tesla.
You can find the repository here: Local Homelab Repository