Giter VIP home page Giter VIP logo

Docker Compose Homelab

Here you can find my working docker compose setup running on my server. Prior to utilization, it is necessary to install Docker and Docker Compose tailored to your Linux distribution. For installation guidance, please refer to the following documentation:

https://docs.docker.com/compose/install/

Hardware Used:

  • Pfsense box
  • ASUS mini PC (Server)
  • Cisco switch
  • Ubiquity AP

The present configuration of my Docker setup entails hosting a web server behind a Traefik reverse proxy secured with SSL, encompassing the subsequent applications:

Webserver:

  • Nginx

Reverse proxy/SSL/Auth:

  • Traefik
  • Letsencrypt
  • Authelia

Media/Cloud:

  • PLEX
  • Tautulli
  • Nextcloud

Utilities:

  • Watchtower
  • Ubiquity Unifi Controller

Monitoring/Logs:

  • InfluxDB
  • Grafana
  • Prometheus
  • Node Exporter

To ensure proper functioning, it is necessary to establish a persistent data directory folder for each application. Additionally, for certain cases such as Traefik and Nextcloud, you may need to create a YAML configuration file and/or an environment variables YAML file.


Traefik Setup

  1. Create a directory for your Traefik container:

mkdir -p /yourdirectoryto/traefik

  1. Create the data folder for Traefik:

mkdir -p /yourdirectoryto/traefik/data

  1. Create the configuration files with proper permission:

touch /yourdirectoryto/traefik/data/acme.json

chmod 600 /yourdirectoryto/traefik/data/acme.json

touch /yourdirectoryto/traefik/data/config.yml

QuickLabby's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.