Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.11 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.11 KB

Docker Homelab

A collection of Docker Compose configurations for managing a homelab environment with Traefik and Portainer.

Overview

This repository contains Docker Compose files to set up and manage a homelab environment. The setup includes:

  • Traefik: A modern reverse proxy and load balancer.
  • Portainer: A lightweight management UI which allows you to easily manage your Docker environments.

Prerequisites

  • Docker
  • Docker Compose

Setup

  1. Clone the Repository
git clone https://github.com/saiteja-madha/docker-homelab.git
cd docker-homelab
  1. Rename .env.example to .env File and update the variables.

  2. Create a docker network called proxy

docker network create proxy
  1. Run Docker Compose
docker-compose up -d

Usage

Contributing

Feel free to submit issues and pull requests to improve this setup.

License

This project is licensed under the MIT License.