docker-compose

Open-source projects categorized as docker-compose

Top 23 docker-compose Open-Source Projects

  • Docker Compose

    Define and run multi-container applications with Docker

    Project mention: Hosting a simple docker-compose app with Nginx and generate a SSL with certbot on digitalocean droplet | dev.to | 2024-04-08

    curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh # Install docker compose sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose # Apply executable permissions to the binary sudo chmod +x /usr/local/bin/docker-compose # Run Project docker-compose up -d

  • awesome-compose

    Awesome Docker Compose samples

    Project mention: GitHub - docker/awesome-compose: Awesome Docker Compose samples | /r/devopsish | 2023-12-06
  • 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.

  • Portainer

    Making Docker and Kubernetes management easy.

    Project mention: Runtipi: Docker-Based Home Server Management | news.ycombinator.com | 2024-04-04

    > Any tips on the minimum hardware or VPS's needed to get a small swarm cluster setup?

    From my testing, Docker Swarm is very lightweight, uses less memory than both Hashicorp Nomad and lightweight Kubernetes distros (like K3s). Most of the resource requirements will depend on what containers you actually want to run on the nodes.

    You might build a cluster from a bunch of Raspberry Pis, some old OptiPlex boxes or laptops, or whatever you have laying around and it's mostly going to be okay. On a practical level, anything with 1-2 CPU cores and 4 GB of RAM will be okay for running any actually useful software, like a web server/reverse proxy, some databases (PostgreSQL/MySQL/MariaDB), as well as either something for a back end or some pre-packaged software, like Nextcloud.

    So, even 5$/month VPSes are more than suitable, even from some of the more cheap hosts like Hetzner or Contabo (though the latter has a bad rep for limited/no support).

    That said, you might also want to look at something like Portainer for a nice web based UI, for administering the cluster more easily, it really helps with discoverability and also gives you redeploy web hooks, to make CI easier: https://www.portainer.io/ (works for both Docker Swarm as well as Kubernetes, except the Kubernetes ingress control was a little bit clunky with Traefik instead of Nginx)

  • colima

    Container runtimes on macOS (and Linux) with minimal setup

    Project mention: Lcl.host: fast, easy HTTPS in your local dev environment | news.ycombinator.com | 2024-03-20

    If you don't need a GUI, the following combo works pretty well:

    - https://github.com/abiosoft/colima

    - https://github.com/peterldowns/localias

  • docker-elk

    The Elastic stack (ELK) powered by Docker and Compose.

    Project mention: Can't use ELK with Docker Compose | /r/elasticsearch | 2023-05-26

    Hello everyone! I am trying to get started with ELK and I am facing a very frustrating situation. I am trying to use the stack with Docker Compose. I have tried 2 versions: https://github.com/deviantony/docker-elk and also https://www.elastic.co/blog/getting-started-with-the-elastic-stack-and-docker-compose but they both have the same problem. I inspected the Docker container logs and I get some weird errors:

  • vulhub

    Pre-Built Vulnerable Environments Based on Docker-Compose

  • Laradock

    Full PHP development environment for Docker.

    Project mention: Laravel Docker in Windows | /r/PinoyProgrammer | 2023-04-30

    Haven’t touched Laravel for years pero baka laradock might be good for your use case

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • kompose

    Convert Compose to Kubernetes

    Project mention: Can I scale my dockerized Flask solution with Kubernetes? | dev.to | 2024-04-06

    Install Kompose - a conversion tool that allows you to convert your Docker Compose code to Kubernetes configuration files Run kompose convert in the same directory as your docker-compose.yml to generate the config files for your Kubernetes cluster

  • dockge

    A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager

    Project mention: Dockge: Clean Self-Hosted Docker Compose Manager by the Creator of Uptime Kuma | news.ycombinator.com | 2024-01-14
  • Self-Hosting-Guide

    Self-Hosting Guide. Learn all about locally hosting (on premises & private web servers) and managing software applications by yourself or your organization. Including Cloud, LLMs, WireGuard, Automation, Home Assistant, and Networking.

    Project mention: Self-Hosted Is Awesome | news.ycombinator.com | 2024-04-13
  • Mailcow

    mailcow: dockerized - 🐮 + 🐋 = 💕

    Project mention: Ask HN: Self Hosting an Email Server? | news.ycombinator.com | 2024-01-29

    I've been running mailcow [1] on a Hetzner cloud server for a few years and am pretty happy with it.

    [1] https://mailcow.email

  • Testcontainers

    Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

    Project mention: Testcontainers | news.ycombinator.com | 2024-02-27

    except the parent is wrong (at least the Java impl). see:

    https://github.com/testcontainers/testcontainers-java/blob/m...

    https://github.com/testcontainers/testcontainers-java/blob/m...

  • self-hosted

    Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

    Project mention: Sentry new TOS to use data to train AI with no opt-out | news.ycombinator.com | 2024-01-05

    This is the point where I will point out that you can self-host Sentry free of charge :) https://develop.sentry.dev/self-hosted/

  • Mailu

    Insular email distribution - mail server as Docker images

    Project mention: Roundcube and docker-mailserver (Docker Mailserver) on the same VPS | /r/selfhosted | 2023-12-06

    Consider installing Mailu instead, which is a single Docker container with a full mail server and Roundcube on top. Very easy to install.

  • Compose-Examples

    Various Docker Compose examples of selfhosted FOSS and proprietary projects.

    Project mention: Selfhost WordPress | /r/selfhosted | 2023-12-06
  • podman-compose

    a script to run docker-compose.yml using podman

    Project mention: One Minute: Compose | dev.to | 2024-03-30

    Podman (via podman-compose),

  • nginx-ui

    Nginx UI allows you to access and modify the nginx configurations files without cli.

  • devilbox

    A modern Docker LAMP stack and MEAN stack for local development

    Project mention: Best Xampp alternative | /r/PHP | 2023-12-06

    Upvote, because I like the idea of https://github.com/cytopia/devilbox. But, it contains a bit too much for me. Worth a look, though, fellow redditors

  • example-voting-app

    Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes

  • prometheus

    A docker-compose stack for Prometheus monitoring (by vegasbrianc)

    Project mention: How can we read variables from file and use them in promql? | /r/grafana | 2023-05-29

    However I am not able to figure it out, how can I feed the string xyz_stack_1 to grafana. I have setup docker-compose.yaml file to start up all the containers. The configuration is done through prometheus.yaml, grafana.ini, dashboards.yaml and datasources.yaml

  • CompreFace

    Leading free and open-source face recognition system

    Project mention: Double-Take not getting enough events/images from Frigate? | /r/frigate_nvr | 2023-08-01

    # https://github.com/exadel-inc/CompreFace/blob/master/docs/Face-services-and-plugins.md)

  • instantbox

    📦 Get a clean, ready-to-go Linux box in seconds.

  • boilerplates

    This is my personal template collection. Here you'll find templates, and configurations for various tools, and technologies.

  • SaaSHub

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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-13.

docker-compose related posts

Index

What are some of the best open-source docker-compose projects? This list will help you:

Project Stars
1 Docker Compose 32,248
2 awesome-compose 29,924
3 Portainer 28,644
4 colima 16,655
5 docker-elk 16,553
6 vulhub 16,100
7 Laradock 12,217
8 kompose 9,145
9 dockge 8,888
10 Self-Hosting-Guide 8,411
11 Mailcow 7,891
12 Testcontainers 7,721
13 self-hosted 7,226
14 Mailu 5,387
15 Compose-Examples 4,773
16 podman-compose 4,679
17 nginx-ui 4,375
18 devilbox 4,315
19 example-voting-app 4,269
20 prometheus 4,265
21 CompreFace 3,855
22 instantbox 3,713
23 boilerplates 3,606
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com