How do YOU manage your docker containers?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Dokku

    A docker-powered PaaS that helps you build and manage the lifecycle of applications

  • I use hashi-stack (nomad and consul) along with Ansible to manage my deployments. But if you wanna go down docker compose route, Take a look at [Dokku](https://dokku.com/) or [Caprover](https://caprover.com/)

  • dozzle

    Realtime log viewer for docker containers.

  • For viewing logs dozzle is the best tool in my opinion https://dozzle.dev/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ansible-monorepo

    🏗️ All my Ansible Playbooks

  • This not the best example, but here's all my playbooks: https://github.com/calvinbui/ansible-monorepo. I have a lot of variables hidden around the place and generated on the fly for my needs.

  • svc-base-docker

    Base repo for docker based services with multi-env make (by quentincaffeino)

  • Read through all the comments and at the time of reading no one mentioned my issue of doing gitops and running same services in multiple environments with different configs for each environment. So I'm gonna share my solution for it: https://github.com/quentincaffeino/svc-base-docker

  • svc-traefik

    This is a traefik service setup with multi-env docker-compose and make (by quentincaffeino)

  • This is an example of traefik service built using this method: https://github.com/quentincaffeino/svc-traefik

  • composer

  • I use docker-compose, but since I had files get too large, I wrote composer to help manage things - it finds a root docker-compose.yaml file and any other docker-compose.*.yaml files in the folder and passes them all to docker-compose with whatever other args you give it. It works fine with just a root docker-compose file or as many stub files as docker-compose will support, in theory

  • stinsel

    An opinionated collection of ansible scripts and roles to manage self-hosted projects

  • I have all my personal stack definition publicly available in my github if you want to have a look. It's has some basic documentation if that can help: https://github.com/disklosr/stinsel

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hosting old Node Projects 👴🏼

    1 project | dev.to | 25 Apr 2024
  • Dozzle: Lightweight, web-based Docker log viewer with real-time monitoring

    1 project | news.ycombinator.com | 29 Jan 2024
  • What are some of your fav panels and why?

    3 projects | /r/homelab | 23 Aug 2023
  • The Best Way to Deploy Your Own Apps

    2 projects | dev.to | 14 Jul 2023
  • Zero downtime deployments of containers on locally running server

    2 projects | /r/docker | 11 Jul 2023