docs(docker-compose): Add README for docker compositions

This commit is contained in:
Rodney Osodo
2025-03-23 12:13:30 +03:00
parent 7cf54a4031
commit 445c15e565
+11
View File
@@ -0,0 +1,11 @@
# Docker Compose
This folder contains the Docker Compose configuration files for the Homelab services.
## Usage
Run the following command to see the available commands:
```bash
make help
```