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/kaviara-14/dockerize-a-three-tier-mern-stack-application

Hosted a Three Tier MERN Stack Application in AWS EC2 Instance and Elastic IP Address attached to it

docker docker-compose three-tier-architecture

Last synced: 24 Feb 2026

https://github.com/geekeast/aws-dynamodb-local

Sample docker-compose project to create dynamodb locally

docker-compose dynamodb-local

Last synced: 20 Apr 2026

https://github.com/kaurcev/docker-node-react-template

Типовой шаблон docker-compose для развёртывания клиентской (ReactJS), сервеной (NodeJS) частей и СУБД PgSQL

docker docker-compose dockerfile nodejs pgsql reactjs rest-api template

Last synced: 14 Apr 2026

https://github.com/ihcsim/zapit

An application to verify if a URL is a malware URL

docker docker-compose go http

Last synced: 18 Apr 2026

https://github.com/hernandosebastian/localstack-ts-api-gateway-lambda-dynamodb-crud-example

A serverless CRUD API example built with TypeScript, using API Gateway, Lambda, and DynamoDB, all simulated locally with LocalStack for efficient development and testing.

api-gateway bash cicd crud database-seeding docker docker-compose dynamodb dynamoose example jest lambda localstack script supertest typescript windows

Last synced: 14 Apr 2026

https://github.com/hibadaoud/fruitvision-ai-powered-fruit-counting-classification-with-docker-containerization-and-terraform

About This repository provides an end-to-end solution for fruit detection, classification, and counting. It integrates a deep learning model built with Detectron2, served via FastAPI. The application components are containerized with Docker & Docker Compose and deployed on Azure with infrastructure provisioned using Terraform.

deeplearning docker-compose flutter mongodb nodejs terraform

Last synced: 14 Apr 2026

https://github.com/aguiardafa/dashboard-rh-comaer

Dash by Plotly is a Python framework to build elegant interactive dashboards for the web. This template can be used to create a Docker image that uses Flask, Nginx, and uWSGI to serve the application.

dash dashboard docker docker-compose flask nginx pandas plotly plotly-dash python python-framework uwsgi

Last synced: 14 Apr 2026

https://github.com/brunoliratm/votify-api

This project is a Rest API developed in java with Spring Boot to manage and participate in voting sessions

docker docker-compose java jwt open-source spring-boot voting-application

Last synced: 14 Apr 2026

https://github.com/imbenrabi/event-driven-architecture

Managed monorepo, that implements event driven flow using tRPC and Kafka.

chai commitlint docker docker-compose fasitfy husky kafdrop kafka kafkajs lint lint-staged mocha nyc pino sinon trpc vite zod

Last synced: 05 Feb 2026

https://github.com/riolaf05/ai-fire-detection

tensorflow lite converted model of an ai dnn which can be used to detect the presence of fire into uploaded photos

computer-vision continuous-delivery continuous-integration deep-learning devops docker docker-compose flask jupyter-notebook keras mlops python tensorflow tensorflow2

Last synced: 10 Apr 2026

https://github.com/pastjung/project-template

앞으로의 프로젝트 간편화를 위한 템플릿 - MSA & DDD 설계 ( 2024.10.10 ~ 2024.10.15 )

docker docker-compose h2-database mariadb mongodb mysql react springboot vite

Last synced: 22 Jan 2026

https://github.com/flopezag/docker-fiware

Sample docker-compose and configuration files to deploy almost a complete FIWARE architecture example.

docker docker-compose fiware fiware-idm fiware-iot-agents fiware-ngsi fiware-orion fiware-pep fiware-wirecloud

Last synced: 24 Feb 2026

https://github.com/ghusta/rabbitmq-docker-compose-with-monitoring

Starts RabbitMQ from Docker Compose with monitoring

docker-compose monitoring rabbitmq

Last synced: 15 Oct 2025

https://github.com/pomxark/guests-back

Сервис гостей

cs-fixer docker docker-compose laravel

Last synced: 28 Jun 2026

https://github.com/andrezatcascais/docker-postgres-pgadm

Docker Compose script to create a local environment for development with PostgreSQL and pgAdmin

automation docker docker-compose pgadmin4 postgres script

Last synced: 22 Jan 2026

https://github.com/apscreativas/laravel7-docker

Skeleton para Desarrollo Laravel 7 // Apache - MariaDB - CLI

apache cli docker docker-compose laravel laravel7 mariadb

Last synced: 20 Feb 2026

https://github.com/hungreeee/reddit-realtime-streaming-pipeline

End-to-end real-time pipeline for comments processing of any subreddit for sentiment analysis.

cassandra docker-compose kafka praw-reddit real-time reddit-api spark

Last synced: 14 Apr 2026

https://github.com/victorharri-chal/popeye

🐳 A basic application (similar to a strawpoll) to learn how Docker works. Done on my 1st year at Epitech

docker docker-compose epitech first-year-project java nodejs python

Last synced: 14 Apr 2026

https://github.com/ibrahimhabibeg/echo

Chat application built with micro-services architecture and front-end caching

chat docker docker-compose express mongodb mongoose nodejs react-native react-query socket-io typescript websocket

Last synced: 02 Apr 2026

https://github.com/raisultan/coderunner-service

Ready to use code runner microservice with a load-limiting mechanism

celery coderunner docker-compose fastapi glot

Last synced: 23 Jan 2026

https://github.com/keshon/lazy-dockers

A collection of docker-compose files of particular services for rapid deploy under Traefik proxy that I gather time to time

deployment deployment-automation docker docker-compose proxy-server

Last synced: 16 Apr 2026

https://github.com/gcottom/echo-daemon

echo-daemon is a self-hosted, dockerized pipeline and chrome extension combo that passively captures YouTube Music requests, downloads audio, enriches it with metadata from Spotify and YouTube, classifies genre via machine learning, and outputs enriched MP3s

automation cgo chrome-extension docker docker-compose docker-container ffmpeg golang machine-learning metadata metadata-enrichment onxx-cpu passive-downloader pipeline self-hosted spotify-api youtube-api youtube-downloader youtube-music

Last synced: 08 Apr 2026

https://github.com/plutov/surv

SURV Project 🏄

docker docker-compose go

Last synced: 14 Apr 2026

https://github.com/paulwizviz/lotterystat

The purpose of this project is to demonstrate the development of an application to enable a user perform simple statistical based in past draws using *Golang concurrency* and *SQL DB*. Note, the emphasis of this project to demonstrate software engineering principles.

concurrency docker docker-compose go golang sql sqlite3

Last synced: 23 Jan 2026

https://github.com/wechaty/js.org

Wechaty Official Website for News, Blogs, Contributor Profiles, and Documentations.

docker docker-compose nginx proxy website wechaty

Last synced: 27 Oct 2025

https://github.com/mauricioccardoso/basic-mvc-system_php

-WIP- In this project, I'll be building a system that operates similarly to an MVC framework, essentially serving as a functional clone. The motivation behind this project is to deepen my understanding of web application architectures and gain insight into the inner workings of MVC frameworks.

api-rest docker docker-compose mvc php

Last synced: 19 Apr 2026

https://github.com/dhana5982/big_data_engineering_azure_gcp_aws

Comprehensive Big Data Engineering learning repository featuring hands-on projects with Hadoop, Spark, Kafka, Docker, Airflow, and Azure Cloud. Includes end-to-end data pipelines, real-time streaming, and distributed processing implementations.

amazon-web-services apache-airflow apache-kafka apache-spark azure-cloud-services big-data data-engineering databricks distributed-computing docker docker-compose google-cloud-platform hadoop-ecosystem hive-metastore mongodb mysql pyspark real-time-streaming sqlite3 workflow-orchestration

Last synced: 15 Apr 2026

https://github.com/piotrostr/plug

NestJS GraphQL API to deployed aside other micro-services and serve as a bridge.

docker docker-compose graphql mocha nestjs

Last synced: 15 Apr 2026

https://github.com/itnelo/reactphp-foundation

:rocket: Some hull parts and scrap to bootstrap an elegant spacecraft w/ ReactPHP

docker-compose docker-swarm microservice microservice-architecture php74 reactphp skeleton

Last synced: 06 Feb 2026

https://github.com/kamarros/rates-cqrs-model

CQRS-ES Api model. Get currency rates - only show or export this to file (for example .csv). This API uses an external nbp.API.

cqrs-application docker-compose java-11 mongodb spring-boot spring-kafka

Last synced: 09 Feb 2026

https://github.com/gentoo-ev/distrowatch.gentoo-ev.org

:newspaper: Code to serve fresh data for https://distrowatch.com/table.php?distribution=gentoo

docker-compose docker-image gentoo python

Last synced: 28 Jan 2026

https://github.com/unipr-org/poam

PoaM - Programmazione orientata ai Microservizi presso l'Università degli Studi di Parma (6 CFU).

csharp docker docker-compose microservices

Last synced: 28 Jan 2026

https://github.com/librecodecoop/docker_php52

A php5.2.17 legacy environment with Docker

apache apache2 docker docker-compose httpd php php52

Last synced: 29 Jan 2026

https://github.com/danteay/php7-pgsql

Docker image base on *php:7-alphin* with pgsql extension

docker docker-compose dockerfile pgsql php7

Last synced: 15 Apr 2026

https://github.com/perpetue237/docker-env-vars-example

A comprehensive example repository demonstrating how to manage and use environment variables in Docker, covering .env files, Dockerfile instructions, OS-level variables, and Docker Compose.

docker docker-compose environment-variables python security

Last synced: 15 Apr 2026

https://github.com/jonatandb/nodemongodbdockercompose

Conexión de dos imágenes de Docker, una con NodeJs y otra con MongoDB, mediante Docker Compose

docker docker-compose dockerhub express jonatandb mongodb mongoose

Last synced: 15 Apr 2026

https://github.com/kdpuvvadi/pie

Pie, Ansible playbook to setup basic home network on Raspberry pi or any linux server with Docker, Portainer, Cloudflare for DNS and Pihole for Local DNS, & Ad/tracker blocking

ansible ansible-playbook dns docker docker-compose linux pihole portainer raspberrypi

Last synced: 15 Apr 2026

https://github.com/overshard/alpinefiles

Some of the files that I use on my Alpine Linux servers.

alpine borgbackup caddy curl docker docker-compose git neovim ufw

Last synced: 11 Apr 2026

https://github.com/jrmmendes/learning-docker

Repositório de apoio para curso sobre docker

docker docker-compose talks

Last synced: 15 Apr 2026

https://github.com/arthurlbo/user-management-api

💻 An simple API for user management and authentication, built with NestJS, Docker, Prisma, and PostgreSQL .

bcrypt commitlint docker docker-compose dto e2e-tests husky jest jwt-authentication mysql nest nestjs nodejs nodemailer postgresql prisma pug supertest typeorm typescript

Last synced: 30 Jan 2026

https://github.com/maria-parreira/devops-switch-dev

DevOps Class Assignments - developed during SWITCH Dev

docker-compose docker-image gradle jenkinsfile kubernetes-deployment vagrantfile

Last synced: 31 Jan 2026

https://github.com/mrzslr/simple-file-processing-pipeline

A distributed system for processing image files using microservices and message queues using RabbitMQ.

docker docker-compose file-processing message-queue microservice python python3 rabbitmq

Last synced: 15 Apr 2026

https://github.com/amine-akrout/smoker_detection

Smoker Detection deep learning model served via a Web App using TensorFlow, tensorflow-serving, flask and Docker compose

deep-learning docker docker-compose flask inceptionv3 keras model-deployment model-serving tensorflow tesnorflow-serving transfer-learning

Last synced: 15 Apr 2026

https://github.com/digitallyrefined/containers-up

Containers Up! a web based platform designed to manage and update containers

containers docker docker-compose update-checker updater

Last synced: 31 Jan 2026

https://github.com/floryn08/valheim-server-discord-bot

A Discord bot that controls your valheim deployment to start and close the server container on demand.

discord docker docker-compose helm k8s portainer portainer-api valheim

Last synced: 13 Mar 2026

https://github.com/osx-rsplug-a/go_dockerstack_servtest

Testing a Go stack on docker

docker docker-compose golang

Last synced: 15 Apr 2026

https://github.com/juliaaano/archetypes

A collection of Maven archetypes for Java development.

docker docker-compose istio java kubernetes maven-archetype sparkjava travis-ci

Last synced: 01 Feb 2026

https://github.com/mycroft/bookish-couscous

My own attempt to zen.ly hiring challenge.

docker docker-compose golang kafka microservices protobuf redis scylladb zenly

Last synced: 02 Feb 2026

https://github.com/yettabaa/inception

The Inception project, part of the 42 curriculum, focuses on enhancing system administration skills through Docker. By using Docker Compose, you will build and run a custom LEMP stack for a WordPress website without relying on ready-made Docker images. This involves virtualizing multiple services such as MariaDB, Nginx, Redis, and more ...

42 container docker docker-compose docker-image inception inception-42 inception-42-github

Last synced: 15 Apr 2026

https://github.com/berttejeda/bert.minecraft

This repository contains resources for launching a minecraft server and a minecraft mods file host via docker.

docker docker-compose gaming linux minecraft minecraft-forge

Last synced: 08 Feb 2026

https://github.com/hacksu/docker-tutorial

This is a basic tutorial for everything related to docker. From pulling images from the web to creating your own images with Dockerfiles, this tutorial will cover what a beginner needs to know to get started with containerization.

containerization docker docker-compose docker-image dockerfiles

Last synced: 08 Feb 2026

https://github.com/pabloripoll/docker-laravel-10-php-8.3-mariadb-10

Docker Laravel 10 service with PHP FPM 8.3 served by Nginx 1.26 on Alpine 3.20 and MariaDB 10.11 service

alpine docker docker-compose dockerfile laravel laravel10 makefile nginx php php83

Last synced: 08 Feb 2026

https://github.com/mashb1t/ai-starterkit-docker

Starterkit for local AI / LLM development

ai docker docker-compose n8n ollama open-webui starterkit

Last synced: 26 Feb 2026

https://github.com/eduardoconti/apm-example

How to instrument nestJS APM with docker, elastic and metricbeat

apm docker docker-compose elastic-apm elasticsearch kibana metricbeat monitoring nestjs observability typescript

Last synced: 08 Feb 2026

https://github.com/tiaki026/autostartigt

Автоматический запуск Influxdb, Grafana, Telegraf

batfile docker-compose grafana influxdb telegraf

Last synced: 09 Feb 2026

https://github.com/vndg-rdmt/finally-postgres

Ready-to-use PostgreSQL development environment with Docker. Simple setup, smart defaults, and comprehensive management commands for local development and testing. Zero configuration needed to start, fully configurable when needed.

containerization database database-management dev-tools development development-environment devops docker docker-compose docker-environment local-development makefile postgres postgres-docker postgresql

Last synced: 14 Apr 2026

https://github.com/hq969/cashierless-store-amazon-go-style-mvp

🚀 "Amazon Go–style cashierless store simulation built with AI, sensors, and FastAPI. Tracks shopper pick/put events, maintains virtual carts, and auto-generates receipts — no checkout lines needed."

docker-compose python service-worker

Last synced: 15 Apr 2026

https://github.com/silentmecha/7dtd

7 Days to die server on linux inside of Docker

7daystodie docker docker-compose steam

Last synced: 27 Feb 2026

https://github.com/cicd-tutorials/cicd-tutorials.net

Examples on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.

docker docker-compose example jenkins robotframework sonarqube wsl wsl-ubuntu

Last synced: 10 Feb 2026

https://github.com/lchristmann/recipe-manager

A beautiful self-hosted recipe manager for your family / friend group.

docker docker-compose fluxui2 laravel-12 livewire4 php postgresql recipe-manager tailwindcss

Last synced: 10 Feb 2026

https://github.com/dendrofen/docker-compose-php-apache-mail

Docker Compose development environment for php. Project folder storing files and mail testing tool available.

apache-docker docker docker-compose docker-environment docker-mail mailhog-docker php-docker php-mailer-smtp

Last synced: 16 Apr 2026

https://github.com/haykokoryun/bring-sally-up

Tired of typing docker-compose -f sally.yml up -d and then docker-compose -f sally.yml down?

docker docker-compose npm tooling

Last synced: 11 Feb 2026

https://github.com/reanschwarzer9029/capev2-kvm-docker

CAPEv2-KVM-Docker is a straightforward guide for setting up KVM and CAPEv2. I do not claim credit for CAPEv2 - this repository simply provides setup instructions.

capev2 docker-compose guide kvm malware-analysis setup

Last synced: 11 Feb 2026

https://github.com/manishbirthlia/docker-projects

Welcome to the Docker Projects repository! This repository contains a collection of Docker-related projects that I have created. Each project is designed to demonstrate various aspects of Docker, including containerization, orchestration, and deployment.

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

Last synced: 11 Feb 2026

https://github.com/mhajder/openwebui-stack

Docker Compose stack for Open WebUI with LiteLLM proxy, observability, and security best practices.

ai docker docker-compose litellm open-webui openwebui otel qdrant traefik

Last synced: 11 Feb 2026

https://github.com/devansh-365/calcac

Build calorie calculator full-stack project using React, Go, Docker & Postgres

docker docker-compose dockercompose gofiber golang postgres reactjs

Last synced: 12 Feb 2026

https://github.com/philippgitpush/processwire-docker-compose

ProcessWire LAMP Server with Docker Compose (PHP, Apache, MySQL, phpMyAdmin)

docker docker-compose lamp lamp-stack linux macos mysql php phpmyadmin processwire windows

Last synced: 02 Apr 2026

https://github.com/georgekhananaev/webhookx

WebHookX is a simple yet powerful tool for automating deployments of your GitHub repositories. It works with GitHub webhooks to make updating your staging or production environments a breeze. Whether you’re managing Docker services, keeping branches in sync, or triggering manual deployments, WebHookX has your back.

automation dark-theme docker-compose fastapi github listener logs python sqlite3 webhooks-catcher

Last synced: 12 Feb 2026

https://github.com/azshurith/mir4-domination-v2

The bot is designed to be easy to use, so you can quickly get the information you need without any hassle. Whether you're a seasoned MIR4 player or just getting started, this bot is an essential tool for staying on top of the latest game developments..

discord docker-compose javascript nodejs typescript

Last synced: 16 Apr 2026

https://github.com/markjso/inception

Create a small docker network with separate containers for Nginx, Wordpress and MariaDB.

docker docker-compose mariadb-database nginx vm wordpress

Last synced: 16 Apr 2026