Homelab

Machines Directory

This directory contains Docker Compose configurations and related files for different services deployed on the Homelab server. Below is an overview of the directory structure and the purpose of each subdirectory.

Directory Structure

v1/

Contains the first version of service configurations.

v2/

Contains the second version of service configurations.

Purpose

The configurations in this directory are used to deploy and manage various services on the Homelab server. Each subdirectory contains specific configurations for different services, allowing for easy management and deployment using Docker Compose.

How to Use

  1. Navigate to the desired service directory.
  2. Review the docker-compose.yaml file and make any necessary adjustments.
  3. Deploy the service using Docker Compose:
    docker-compose up -d