Skip to content

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

Notifications You must be signed in to change notification settings

saiteja-madha/docker-homelab

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published