From 1bb32c2846a4ed3bcd38f7af11429be4aafbd6f4 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Tue, 17 Dec 2024 15:06:17 +0000 Subject: [PATCH] feat(docs): add initial README for home lab cluster state --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2723a29 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Home Lab Cluster State + +![Terraform Badge](https://img.shields.io/badge/Terraform-844FBA?logo=terraform&logoColor=fff&style=for-the-badge) +![Nomad Badge](https://img.shields.io/badge/Nomad-00CA8E?logo=nomad&logoColor=fff&style=for-the-badge) +![Consul Badge](https://img.shields.io/badge/Consul-F24C53?logo=consul&logoColor=fff&style=for-the-badge) +![Docker Badge](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=fff&style=for-the-badge) + +## Overview + +This repository contains the state of my home lab cluster. It is managed by [Terraform](https://www.terraform.io/) and [Nomad](https://www.nomadproject.io/). The state is stored in a [PostgreSQL](https://www.postgresql.org/) database.