Standartized docker-compose files. Added some documentation (AI generated)

This commit is contained in:
2025-08-23 23:18:02 +02:00
parent a0d5ffdd29
commit 2bb9e2541a
20 changed files with 550 additions and 304 deletions

View File

@@ -1,9 +1,27 @@
# Max's Homelab
Welcome to my personal Homelab repository! This repository contains various projects that I use, have used, or plan to use in my Homelab.
At the moment I have a Lenovo P520 running as a server and I am experimenting a lot. Use with caution, I am not responsible for your data. But feel free to explore and use the resources provided to enhance your home lab setup.
Welcome to my personal Homelab repository! This repository contains various projects that I use, have used, or plan to use in my Homelab. At the moment I have a Lenovo P520 running as a server and I am experimenting a lot. Use with caution, I am not responsible for your data. But feel free to explore and use the resources provided to enhance your home lab setup.
- **Docker Projects**: Pre-configured Docker containers for different applications and services. Sample configuration files for this services.
- **Scripting & Automation**: Useful scripts for automation and management tasks, Ansible playbooks.
## Overview
Contributions and suggestions are always welcome!
This repository is organized into the following directories:
- **Ansible**: Contains Ansible playbooks for automating server configuration and management tasks.
- **Docker**: Contains Docker Compose setups for various self-hosted applications.
- **Scripts**: Contains various scripts for system administration and automation.
## Docker Projects
This repository contains a collection of pre-configured Docker containers for different applications and services. Each Docker project is contained in its own directory and includes a `docker-compose.yaml` file and any other necessary configuration files.
For more information about the Docker projects, please see the [Docker README](Docker/README.md).
## Scripting & Automation
This repository also contains a collection of useful scripts for automation and management tasks, as well as Ansible playbooks.
For more information about the scripts and playbooks, please see the [Ansible README](Ansible/README.md) and the [Scripts README](Scripts/README.md).
## Contributions
Contributions and suggestions are always welcome! If you have any ideas for new projects or improvements to existing ones, please feel free to open an issue or submit a pull request.