An open API service indexing awesome lists of open source software.

Docker Compose

Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down.

https://github.com/aminnez/jupyterbook

A comprehensive Jupyter notebook environment with multi-user support through JupyterHub, supporting multi-language support including Java, Python, Dart, JavaScript/Typescript, and Zsh

docker docker-compose ijava jupyter jupyter-notebook jupyterhub jupyterlab

Last synced: 07 May 2026

https://github.com/sebastiandg7/multi-docker-compose-networking

Networking between multiple docker-compose configurations

docker docker-compose docker-network docker-networking

Last synced: 07 May 2026

https://github.com/glbayk/gg-skeleton

Go fiber skeleton with prebuild Authenticatio and Authorization. Easily extendable to use RabbitMQ and MongoDB via modifying the already implemented clients.

docker-compose go go-fiber gofiber golang gorm gorm-orm mongodb postgresql rabbitmq

Last synced: 07 May 2026

https://github.com/lloydmeta/zetcd-docker-compose

A bare-bones docker-compose file for zetcd

docker-compose etcd etcdv3 zk zookeeper

Last synced: 10 Jun 2026

https://github.com/johanneshiry/jira-postgresql-docker

Docker compose file to run the latest official Atlassian JIRA Software docker image + PostgreSQL 11

docker docker-compose jira postgresql

Last synced: 07 May 2026

https://github.com/johnserrano15/docker

Ejemplos con docker

docker docker-compose dockerfile

Last synced: 07 May 2026

https://github.com/towermom9/tailscale-for-casaos

a simple docker compose file for tailscale

casaos docker docker-compose tailscale

Last synced: 07 May 2026

https://github.com/niklasrosenstein/compose-me

Compose-me is a tool inspired by Helm to create templates for docker-compose projects.

docker docker-compose templating

Last synced: 07 May 2026

https://github.com/gabriellglrs/notes_laravel

Aplicação Notes criada em PHP e Laravel durante curso na Udemy. O projeto inclui CRUD de notas, autenticação de usuários com sistema de login/registro, segurança de rotas, migrations, Blade e boas práticas no desenvolvimento web.

blade docker docker-compose laravel mysql php

Last synced: 07 May 2026

https://github.com/julianhm9612/docker-elk-stack

Example of an elastic stack configuration in docker :whale:

docker docker-compose elasticsearch filebeat kibana logstash

Last synced: 07 May 2026

https://github.com/exi66/startup-it-test

Тестовое задание Startup-it

docker-compose laravel php

Last synced: 07 May 2026

https://github.com/gh640/docker-compose-depends_on-examples

Docker Compose `depends_on` examples.

docker docker-compose

Last synced: 07 May 2026

https://github.com/kaoutarelouahabi/sql-data-warehouse-dbt-airflow

A comprehensive blueprint for an enterprise-grade SQL Server Data Warehouse built with a Medallion Architecture, orchestrated by Apache Airflow, and transformed using dbt (data build tool).

apache-airflow best-practices data-engineering data-quality data-warehouse dbt docker docker-compose elt etl medallion-architecture sql sql-server

Last synced: 07 May 2026

https://github.com/mramshaw/restful-cockroach

An experiment with using CockroachDB as a drop-in replacement for PostgreSQL

cockroachdb docker docker-compose go golang restful tdd

Last synced: 07 May 2026

https://github.com/mys1024/easy-postgresql

Easily startup a PostgreSQL container with Docker Compose.

docker docker-compose podman podman-compose postgres postgresql

Last synced: 07 May 2026

https://github.com/hafizhasyari/traefik-docker

Traefik with Cloudflare and Let's Encrypt

cloudflare docker docker-compose letsencrypt traefik

Last synced: 07 May 2026

https://github.com/reafreitas1/books_golang

June/2021 - I'm studying Golang and developing this API to access, change, create and delete books from the database using PostgreSQL. 📚 📕 📗

docker-compose golang google postgresql

Last synced: 07 May 2026

https://github.com/optum/admiral

Controls your fleet of docker containers.

docker docker-compose java

Last synced: 07 May 2026

https://github.com/kevindasilvas/mini-kanban-logs

Logs containers for Mini-Kanban Project (Mini-Kanban ms, Comments-Kanban ms) using influx db and telegraf

docker docker-compose influxdb rabbitmq rabbitmq-consumer telegraf

Last synced: 07 May 2026

https://github.com/weav797/homelabproject

Hosting my docker compose script and other bash shell scripts I use on a day-to-day basis.

docker docker-compose homelab homelab-automation shell-script

Last synced: 07 May 2026

https://github.com/ryan-blunden/coder-resources

Develop applications using Docker and Docker Compose in Kubernetes-hosted Coder instances with EnvBox.

coder docker docker-compose envbox kubernetes

Last synced: 07 May 2026

https://github.com/temirovuz/docker_commands

Docker - haqida uzbek tilida. Bu mal+umotlar endi boshlayotganlar uchun foydali boladi deb umid qilaman

docker docker-compose docker-container docker-image dockerfile dockerhub-image

Last synced: 07 May 2026

https://github.com/imana97/mongodb-docker-compose-cluster

A production-ready MongoDB sharding cluster with Docker Compose, featuring 3 config servers, 7 shard servers, and a Mongos router. Includes automated initialization, resource optimization, persistent volumes, and MongoDB 8.0.4 support.

cluster clustering configserver docker docker-compose mongo router shard

Last synced: 07 May 2026

https://github.com/superiorsd10/psst

A secure pastebin-like application that enables users to create, manage, and access encrypted pastes. Features include user authentication, content encryption, unique ID generation, and click tracking, with support for Amazon S3, Redis, and PostgreSQL.

aes-encryption amazon-s3 bloom-filter docker docker-compose express jwt-authentication nodejs postgresql redis typescript

Last synced: 10 Jun 2026

https://github.com/ericvalijani/dotnetcore-docker-sample

The project was a startup project, only Dockerfile and Compose files are available as sample

docker docker-compose dotnet

Last synced: 08 May 2026

https://github.com/hangrybear666/07-devops-bootcamp__docker

Collection of Dockerfiles, docker-compose files and shell scripts for automating web app deployment on remote VPS hosts.

aws-cli aws-ecr digitalocean docker docker-compose nexus-repository virtual-private-server

Last synced: 08 May 2026

https://github.com/juanferrla/docker-compose

Monorepositorio de colecciones de docker-compose

docker-compose llm mcp ollama

Last synced: 08 May 2026

https://github.com/yevheniidatsenko/goit-pythonweb-hw-03

📂 Hometask - FullStack Web Development with Python (Simple Web App)

docker docker-compose goit-pythonweb-hw-03 http-server python websocket

Last synced: 08 May 2026

https://github.com/akshitvadodariya1201/rust-with-postgresql

This project is a Rust application that interacts with a PostgreSQL database to manage authors and books. It demonstrates basic CRUD operations using the postgres crate.

cargo docker docker-compose postgresql rust sql

Last synced: 08 May 2026

https://github.com/scotchman0/docker-prometheus

local polling instance using docker to host: prometheus/cadvisor/redis for host node monitoring

docker docker-compose grafana monitoring node prometheus

Last synced: 08 May 2026

https://github.com/alfahami/hands-on-docker

A cheat sheet and a beginner friendly walk through docker and it myriad functionalities.

alpine-linux dangling-containers dock-container docker docker-architecture docker-compose docker-containers nginx-image registry rest-api

Last synced: 08 May 2026

https://github.com/vhnegrisoli/reactive-star-wars

API REST reativa utilizando Spring Webflux, WebClient, MongoDB, PostgreSQL e Docker

docker docker-compose java11 mongodb reactive-programming spring-webflux webclient

Last synced: 08 May 2026

https://github.com/p-mng/lima_ddns

A daemon to dynamically update DNS nameserver records at lima-city.de.

ddns ddns-client ddns-script ddns-updater dns docker docker-compose go golang lima-city linux nameserver

Last synced: 08 May 2026

https://github.com/lon9/factorio-auto-update

Updater for Factorio game server and mods on Docker with docker-compose

docker docker-compose factorio game golang mod

Last synced: 08 May 2026

https://github.com/u8sand/kube-compose

An opinionated way of deploying docker-compose to kubernetes clusters by managing them with a helm chart.

docker-compose helm kubernetes

Last synced: 08 May 2026

https://github.com/sebbaum/vamos

Next generation local development environment based on Docker and Docker-Compose powered by a Go CLI

cli docker docker-compose go localdevelopment

Last synced: 08 May 2026

https://github.com/vbsantos/melting-snowman-game

Melting Snowman Game With Programming Words

docker docker-compose static-site

Last synced: 08 May 2026

https://github.com/joshuawiebe/homelab

My personal, Docker-based homeserver stack — including real config files for Nextcloud, Vaultwarden, and Zoraxy. MIT licensed and continuously evolving with more self-hosted tools.

config docker docker-compose homelab homeserver nextcloud self-hosted vaultwarden zoraxy

Last synced: 08 May 2026

https://github.com/muharik19/go-kafka

Learning Kafka and Connection Kafka To Golang Application

docker docker-compose golang kafka kafka-cli makefile message-broker message-queue

Last synced: 09 May 2026

https://github.com/aabduvak/inception

This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.

42 42cursus 42istanbul 42school docker docker-compose dockerfile

Last synced: 09 May 2026

https://github.com/lilpacy/phoenix-api-docker-template

phoenix without frontend docker template

api docker docker-compose phoenix template

Last synced: 09 May 2026

https://github.com/giabar/gb-gitlab

GitLab docker-compose

docker docker-compose gitlab gitlab-ce

Last synced: 09 May 2026

https://github.com/juliofilizzola/bank

Bank (simple) services in go (Curso MASTERCLASS BACNKEND)

docker docker-compose go golang

Last synced: 09 May 2026

https://github.com/korngsamnang/dockerized-react-app

Dockerized React app with Nginx and Docker Compose

docker docker-compose nginx-proxy vite-react

Last synced: 09 May 2026

https://github.com/santteegt/docker-ssp

Docker compose project to ease the deployment of the Student Success Platform -> https://wiki.jasig.org/display/SSP/Home

docker docker-compose

Last synced: 09 May 2026

https://github.com/materiiapps/mai-docker

docker-compose setup for mai

docker docker-compose

Last synced: 09 May 2026

https://github.com/aaltgod/emloyees-api

REST API written Go/Gin.

docker-compose gin-framework go mongodb

Last synced: 09 May 2026

https://github.com/gabriellglrs/api_em_golang

Uma API RESTful simples desenvolvida em Go para fins de aprendizado, demonstrando conceitos fundamentais de desenvolvimento backend com Clean Architecture.

apirestful clean-architecture docker docker-compose go

Last synced: 09 May 2026

https://github.com/pixelcaliber/log-monitor

Real-time log monitoring and broadcasting app leveraging asyncio, WebSockets, docker and NGINX for monitoring huge size log files and broadcasting updates to multiple clients in real-time.

asyncio docker docker-compose nginx-proxy tail-f websocket

Last synced: 09 May 2026

https://github.com/balliasghar/complex

Learning Docker & Docker compose

docker docker-compose kafka slack-bot

Last synced: 09 May 2026

https://github.com/carlobortolan/ticktack

Full-stack Rust application using WebAssembly (WASM).

actix-web docker-compose full-stack postgres rust wasm webassembly yew yew-framework

Last synced: 09 May 2026

https://github.com/gkhays/kafka-poc

Produce and consume Kafka messages

docker docker-compose java kafka

Last synced: 09 May 2026

https://github.com/adudko/nebula

IN PROGRESS: Aggregated repository for the project "NEBULA"

aggregated-repo demo-application docker-compose kubernetes

Last synced: 09 May 2026

https://github.com/storm-legacy/traefik-stack

Traefik template using Docker Compose with some preconfigured options for faster deployment.

docker docker-compose docker-compose-template traefik

Last synced: 09 May 2026

https://github.com/brightfish-be/blue-canary-installer

Docker-compose files for Blue Canary

docker docker-compose

Last synced: 09 May 2026

https://github.com/chanioxaris/devops-docker-mooc

Solutions for the DevOps with Docker (2020) MOOC by University of Helsinki

devops docker docker-compose mooc

Last synced: 09 May 2026

https://github.com/jac18281828/warfare_in_the_age_of_crusades_the_latin_east

Source code for Warfare in the Age of Crusades Volume I The Latin East

docker docker-compose gmt history map regional strategy

Last synced: 09 May 2026

https://github.com/alina1412/learning_tarantool

study project about connecting to tarantool database

asynctnt docker-compose python tarantool

Last synced: 09 May 2026

https://github.com/ma2903/reading-marathon

Aplicação full-stack de Maratona de Leitura com painel em tempo real, utilizando React, Node.js, WebSockets, RabbitMQ e Docker.

docker docker-compose express fullstack javascript nodejs rabbitmq react tailwindcss vite websocket

Last synced: 08 Apr 2026

https://github.com/felipesouzacunha/spring-security-api-jwt-oauth2

Este projeto implementa autenticação e autorização usando Spring Security, JWT e OAuth2, permitindo o gerenciamento de usuários, autenticação via token JWT e controle de acesso baseado em roles.

docker docker-compose java maven oath2 spring-boot spring-security

Last synced: 09 Apr 2026

https://github.com/mclitos/fireflyiii

Firefly III - Gestor de Finanzas - Docker-Compose

docker-compose firefly-iii

Last synced: 18 Sep 2025

https://github.com/khaledashrafh/students-registration-system

It's a subsystem that facilitates the process of registering student data. It includes two components: the main menu component for individual student registration and the batch data component for bulk student registration.

ci-cd cicd cloud-computing cloud-computing-course component continous-deployment continous-integration docker docker-compose docker-container docker-image dockerfile dockerhub github-actions student-registration student-registration-system subsystem

Last synced: 09 Apr 2026

https://github.com/whallin/stacks

A collection of container stacks made for Docker Compose and Unraid by @whallin

containers docker docker-compose unraid

Last synced: 20 Jan 2026

https://github.com/santosjennifer/swiftpay

Serviço de pagamentos SwiftPay

docker-compose dockerfile java kafka maven mysql spring-boot

Last synced: 09 Apr 2026

https://github.com/scinddev/xcind

Docker Compose Project Wrapper

composer docker docker-compose

Last synced: 08 Mar 2026

https://github.com/asiff00/api-demo

This project is an API Key Manager application developed using Node.js, Express, and MongoDB. I created this demo project to practice API creation, handling, and Docker management as part of my web application development training.

api api-client docker docker-compose dockerfile express expressapi expressjs javascript jws mongodb webapi webapp

Last synced: 03 Feb 2026

https://github.com/markelca/toggles

A minimalistic feature flags engine made with Go

cli docker-compose feature-flags go golang mongodb redis rest-api websocket

Last synced: 12 Apr 2026

https://github.com/bobbyg603/unwinder-server

🤖🌪🧑‍💻 TS/JS error unwinding backend built with Docker Compose

docker docker-compose express nodejs source-maps typescript unwind

Last synced: 09 Apr 2026

https://github.com/freemankevin/DockerCluster

DockyCluster 是一个开箱即用的多服务容器化集群部署项目,旨在为开发者和运维人员提供快速搭建和管理多种服务的能力。项目支持 MinIO、Nginx、Redis、Nacos、PostgreSQL 等常用服务,包含示例配置和高可用方案。

cluster docker docker-compose

Last synced: 19 Sep 2025

https://github.com/keshavabanda/docker-explorer

Some of docker concepts are learned in this repositary if you want to continue you docker explorer you can use this repository

angular css docker docker-compose html javascript node npm typescript yaml yaml-configuration

Last synced: 10 Feb 2026

https://github.com/fmjstudios/shopware

🛒 The FMJ Studios-enhanced version of Shopware 6 - the headless e-Commerce backend

docker docker-compose kubernetes makefile nodejs php shopware shopware-cli symfony vue

Last synced: 29 Jul 2025

https://github.com/ramironunes/traffic-accident-analysis

This repository contains an analysis of traffic accidents aimed at forecasting future incidents using the SARIMAX (Seasonal AutoRegressive Integrated Moving Average with eXogenous variables) model. We predict traffic accidents by correlating historical data with traffic volume from toll stations.

artificial-intelligence data-science docker docker-compose dockerfile orange python

Last synced: 03 Mar 2026