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/lionelsu/store-manager-api

RESTful API offering comprehensive CRUD functionality for sales management, specifically drop shipping. Developed with TDD methodology.

api docker docker-compose javascript mocha mysql nodejs openapi3 postman swagger swagger-ui tdd

Last synced: 11 Apr 2026

https://github.com/jespy666/restful-flask

Repository for a RESTful Application in Flask (Technical Specification)

alembic docker docker-compose flask flask-api flask-restful mysql sqlalchemy sqlalchemy-session sqlite unittest

Last synced: 11 Apr 2026

https://github.com/darkshadowcoder/microservices-with-docker-flask-and-react

Projet des creation de sites web sous une architecture microservices grace à flask et React maintenus suivant des test et des integrations continus , empaqueté avec Docker et deployé sur Amazon EC2

amazon-ec2 docker docker-compose flask-application flask-backend microservice-application microservices reactjs restful-api test-automation web web-framework webdevelopment

Last synced: 06 May 2026

https://github.com/rbiedrawa/spring-webflux-aws-dynamodb

This repository contains sample Amazon DynamoDB CRUD application with Spring Webflux and TestContainers integration.

amazon aws aws-sdk-java-v2 docker docker-compose dynamodb dynamodb-local gradle reactive reactive-programming spring-boot spring-webflux testcontainers

Last synced: 11 Apr 2026

https://github.com/aandriano931/docker-web-playground

A complete Docker Compose web environment including Traefik reverse proxy, a website template (with Jekyll) and mutiple web tools (Matomo, Remark42, Prometheus, Grafana)

docker docker-compose grafana jekyll matomo prometheus remark42 traefik web

Last synced: 11 Apr 2026

https://github.com/tanhongit/portainer-docker

:whale: Portainer is a tool that simplifies the management and maintenance of Docker’s containers. A simple setup to deploy Portainer using docker-compose

compose composer-installer docker docker-compose dockerfile env portainer portainer-docker

Last synced: 24 Apr 2025

https://github.com/jim60105/docker-mssql-server

MSSQL Server Containerized Backup and Restoration Solution (Docker-Compose)

bash docker docker-compose sql-server

Last synced: 04 Jan 2026

https://github.com/zebp/shrt

A url shortener build with NextJS

docker docker-compose nextjs nodejs prisma react typescript

Last synced: 10 Apr 2026

https://github.com/jeckel/docker-services

Some usefull services to manage a server running only container, mostly for developpement purpose

docker docker-compose portainer radicale-caldav syncthing traefik wordpress

Last synced: 11 Apr 2026

https://github.com/lazhari/ldap-node

Search users on OpenLDAP server using ldapjs and express.

docker docker-compose express ldap ldapjs nodejs

Last synced: 10 Apr 2026

https://github.com/deryaxacar/42-inception

This project uses Docker to build a secure, isolated microservice-based server infrastructure. Each service runs in its own container and communicates through a private Docker network. External access is managed via an Nginx reverse proxy with HTTPS enabled using OpenSSL-generated TLS certificates, ensuring encrypted and secure data transmission.

42 42-inception 42born2code 42cursus 42projects 42school docker docker-compose docker-image dockerfile inception nginx nginx-proxy open-ssl ssl-certificates wordpress

Last synced: 07 Oct 2025

https://github.com/kathleenwest/mslearn-dotnet-docker

This is a simple microservices demo with a frontend web app (razor) and backend web api (asp.net core). The frontend utilizes the Blazor WebAssembly script in the browser. The backend web api simply delivers a Product listing and serves images for those products. The frontend web app queries the backend web api for products, then displays each one.

asp-net-core backend blazor blazor-webassembly containers content-security-policy docker docker-compose docker-container docker-tutorial entity-framework-core frontend how-to microservices mslearn products razor store tutorial web-api

Last synced: 04 Apr 2026

https://github.com/rohit1kumar/social-gram

SocialGram - A Fully Dockerize Social Network API (ExpressJS+MongoDB+Nginx+Docker Compose)

docker docker-compose expressjs mongodb ngnix nodejs-api rest-api social-media

Last synced: 10 Apr 2026

https://github.com/birdmandayum0131/url-shortener

A Project for practicing golang and clean architecture

clean-architecture docker docker-compose go golang mysql nginx practice-project sql

Last synced: 10 Apr 2026

https://github.com/gorillati/uptime-kuma

Contenedor de uptime-kuma

docker docker-compose uptime-kuma

Last synced: 28 Jul 2025

https://github.com/rapter1990/rolepermissionexample

Spring Boot with Spring Security (Role Permission) (Spring Boot, Java 21, Spring Security, Docker, Maven, JUnit Test, Integration Test, Test Container, MySql, Github Actions, Spring Open Api)

authentication authorization docker docker-compose dockerfile github-actions intergration-test java java21 junit jwt lombok maven mockito monolith mysql spring-boot spring-security test-container token

Last synced: 16 May 2025

https://github.com/squidylol/nuxtjs-boilerplate

Nuxt 4 boilerplate with TypeScript, Tailwind, Pinia, Prisma, and OAuth. A full-stack starter with i18n, Vitest, Playwright, and fast setup. 🐙

application axios coreui docker docker-compose dockerfile ecommerce eslint gtm nuxt3-starter prettier responsive sentry supabase tailwind vee-validate vue website

Last synced: 27 Sep 2025

https://github.com/terox/docker

A personal docker files to start development environments fastly. I hope that help you!

docker docker-compose docker-files

Last synced: 19 May 2026

https://github.com/azita-abdollahi/file-server

Upload File to MongoDB using ExpressJs+ Docker+ Nginx+ Mongo-Express

docker docker-compose expressjs gridfs mongo-express mongodb mongoosejs multer multer-gridfs-storage nginx nodejs

Last synced: 10 Apr 2026

https://github.com/kangasta/jenkins-examples

Examples for settings up and using Jenkins in and with containers.

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

Last synced: 31 Mar 2025

https://github.com/kuwacom/coeiroink-with-docker

COEIROINKをDocker上で動作できるようにしたイメージ

coeiroink docker docker-compose

Last synced: 11 Feb 2026

https://github.com/vinzdef/pkg_info

A dockerized Node webapp that lists all installed packages with dependencies and reverse dependecies on Debian-like systems

debian debian-packages docker docker-compose dpkg express nginx nodejs ramda ramdajs react

Last synced: 09 Apr 2026

https://github.com/funnyzak/git-job-docker

Trigger a source code pull with a push event from the git webhook. And then execute the commands.

docker docker-compose dockerfile shell

Last synced: 19 Feb 2026

https://github.com/rickreisdev/contactmvc

Uma aplicação web ASP.NET Core MVC que aplica operações CRUD em um sistema de cadastro, listagem, edição e remoção de contatos. Foi utilizado o .NET 8 no Visual Studio 2022 e o PostgreSQL como banco de dados para armazenamento dos contatos. Esse é um projeto básico que foi feito como parte dos meus estudos de C# e .NET.

asp-net-core asp-net-mvc contact-list crud crud-application csharp docker docker-compose dotnet postgresql rickreis rickreisme

Last synced: 09 Apr 2026

https://github.com/daggerok/jboss422-jee5-ejb21

JBOSS 4.2.2.GA, JavaEE 5, EJB 2.1 (Session Bean) ...dont't ask

docker docker-compose ejb ejb21 ejb3 gradle gradle-ear gradle-javaee javaee javaee5 jboss4 maven

Last synced: 11 Apr 2026

https://github.com/cofacts/rumors-deploy

Deployment scripts for g0v rumors project

docker docker-compose

Last synced: 09 Mar 2026

https://github.com/robertoachar/docker-express

:whale: A playground for Docker with Express.

docker docker-compose express live-reload node nodemon

Last synced: 11 Apr 2026

https://github.com/fuutoru/ecommerce

This is a project for the final Application Development about Ecommerce website

django django-rest-framework docker docker-compose ecommerce postgres reactjs

Last synced: 09 Apr 2026

https://github.com/buglan/rest-blog

my restful blog

bolg docker-compose restful

Last synced: 26 Jan 2026

https://github.com/tinyblargon/ansible-role-docker-deploy

Ansible role to deploy a docker compose stack (file).

ansible compose debian docker docker-compose ubuntu

Last synced: 09 Apr 2026

https://github.com/aslon1213/reservations-api

YBKY saralash bosqichi topshirig'i - reservations

docker docker-compose gin-gonic golang gorm-orm mysql reservation-system testing

Last synced: 09 Apr 2026

https://github.com/jrcasso/rails-app-template

A template repository for Rails applications, complete with development setup.

container devcontainer docker docker-compose prototyping rails ruby

Last synced: 19 Feb 2026

https://github.com/bearlike/dotfiles

Dotfiles are how you personalize your system. These are mine

configuration docker-compose dotfiles setup shell sysadmin ubuntu windows zsh

Last synced: 09 Mar 2026

https://github.com/yoriiis/git-box

:whale: Git box with Docker and Gitlab community edition :package:

docker docker-compose git gitlab gitlab-ce nginx-proxy

Last synced: 04 May 2026

https://github.com/bogdang888g/yandex_cloud_course_work_update

Репозиторий с курсовой работой по теме "Облачные хранения данных", версия через Yandex Cloud

docker docker-compose postgresql python superset yandex-cloud

Last synced: 18 Apr 2026

https://github.com/alexpunct/mongorestdocker

Node.js and Express.js REST API with MongoDB services Docker compose file.

docker docker-compose docker-compose-template expressjs mongo mongodb nodejs rest-api

Last synced: 14 Apr 2025

https://github.com/zenorachi/image-box

ImageBox is a service that is used to upload files that are uploaded to an external Object Storage. You can only upload images in png & jpeg, no larger than 10 mb.

docker docker-compose go golang golangci-lint jwt minio nginx postgresql rest s3-storage

Last synced: 04 Mar 2026

https://github.com/ignema/ridealong

This project's goal is to create a platform where people can make bicycle reservations and specify meetup dates to ride bicycles in groups.

docker docker-compose java javascript postgres springboot svelte

Last synced: 11 Apr 2026

https://github.com/atlas-jedi/node-polls

Implementação back-end de um sistema de enquetes com atualização em tempo real de score.

cookie docker-compose fastify fastify-webscoket ioredis node postgresql prisma pub-sub-system redis typescript websockets zod

Last synced: 10 Apr 2026

https://github.com/thatguychandan/vidproc

A FastAPI backend for video processing, enabling upload, trimming, overlays (text, image, video), watermarking, and multi-quality generation. Features asynchronous job handling with Celery/Redis and PostgreSQL integration, all containerized with Docker Compose.

docker-compose fastapi ffmpeg python

Last synced: 04 Oct 2025

https://github.com/jonhvmp/docker-pilot

A comprehensive Docker Compose management toolkit with interactive CLI and programmatic API

api automation cli docker docker-cli docker-compose

Last synced: 28 Jun 2025

https://github.com/danielkremes/api_de_gerenciamento_de_conta_bancaria

API para gerenciamento de contas bancárias com operações de depósito, saque e consulta de saldo

backend docker-compose jpa-entities jpa-hibernate lombok-maven mvc postgres

Last synced: 11 Aug 2025

https://github.com/imdadmi/solr-search-engine

solr based application for searching

docker docker-compose java seo solr solr-search spring-boot

Last synced: 09 Apr 2026

https://github.com/rapter1990/couriertracking

Case Study - Courier Tracking (Kotlin, Spring Boot, Mapstruct, JUnit Tests, Integration Tests, Docker, CI/CD - Github Actions, Gradle)

docker docker-compose dockerfile github-actions gradle integration-test junit kotlin mapstruct mysql openapi postman spring-boot testcontainer

Last synced: 04 Jan 2026

https://github.com/kostis-codefresh/prometheus-sample-app

Example Go app that exposes prometheus metrics

docker-compose golang graphana prometheus

Last synced: 18 Feb 2026

https://github.com/kaplanmaxe/maxwell-kafka-go

Example implementation of golang, maxwell, mariadb, and kafka with docker-compose

docker docker-compose golang kafka mariadb maxwell mysql zookeeper

Last synced: 11 Apr 2026

https://github.com/graphtylove/kafka-python-demo

Small example on how to use Kafka with python and docker.

docker docker-compose kafka kafka-python python queue

Last synced: 06 May 2026

https://github.com/wayfi-simeon/wifi-access-point-registry-poc

PoC - Frontend and Backend API for WiFi Access Point Registry

backend backend-api docker docker-compose frontend poc registry wifi

Last synced: 31 Jul 2025

https://github.com/dogaanismail/energy-company

This platform provides customers with tools to monitor their energy usage, manage metering points, and see energy pricing information. The system consists of multiple microservices for scalability and maintainability.

boilerplate boilerplate-springboot database-migration-service docker-compose eureka-server java jest jwt-authentication liquibase microservices-architecture postgresql react spring spring-boot spring-cloud-gateway spring-cloud-netflix typescript

Last synced: 10 Apr 2026

https://github.com/jibby-games/flappy-backend

The backend microservices for the open source game Flappy Race

backend docker docker-compose game game-development server servers service services

Last synced: 08 Mar 2026

https://github.com/mhashim6/federated-quran

POC microservice-based federated GrapghQL API for Quran metadata with user Authentication and Authorisation

apollographql bcrypt docker docker-compose federation graphql jest jwt microservices postgresql

Last synced: 08 Apr 2026

https://github.com/paulden/meugnon-mattermost-slash-command

Meugnon API for Mattermost Slash command

docker docker-compose flask mattermost python

Last synced: 07 Apr 2026

https://github.com/artoriascode/jwtgo

🔥 Example of microservice JWT authentication using MongoDB and clean architecture principles.

bcrypt boilerplate clean-architecture cleanenv docker docker-compose gin go golang grpc jwt layout logrus microservice mongodb nginx protobuf reverse-proxy

Last synced: 06 Mar 2025

https://github.com/j3soon/docker-ros-husky

Docker image for Clearpath's Husky A200 on ROS 1 Melodic

clearpath clearpath-husky docker docker-compose husky robotics ros ros-melodic

Last synced: 10 Apr 2026

https://github.com/s0rg/redis-cluster-compose

docker-compose for any-nodes redis-cluster

cluster docker-compose example redis

Last synced: 10 Apr 2026

https://github.com/azhinu/elastic-stack

Production-ready docker compose project for Elastic Stack (Elasticsearch, Kibana, Logstash)

docker-compose elasticsearch elasticstack elk

Last synced: 18 Feb 2026

https://github.com/joshbuker/homelab

Docker Compose Templates for various home uses

docker docker-compose homelab

Last synced: 28 Apr 2025

https://github.com/armandwipangestu/laracamp-bwa

This repository is web application that aims to provide various features such as authentication, authorization, payment gateway, and email integration. This app is built using Laravel, Breeze (Authentication and Authorization), Socialite (OAuth Google), Midtrans (Payment Gateway), Mailtrap (Email)

breeze docker docker-compose laravel mailtrap midtrans socialite

Last synced: 18 Aug 2025

https://github.com/edixonalberto/api-blog-platzi

API Rest para obtener información de artículos publicados en el blog de Platzi.

api-rest beautifulsoup4 docker docker-compose fastapi platzi portfolio python python3 workinprogress

Last synced: 11 Apr 2026

https://github.com/haykokoryun/sayat

A tiny, zero dependency package to make managing Docker Compose Stacks a bit easier when you have a hella lot of containers.

docker docker-compose npm utility

Last synced: 11 Apr 2026

https://github.com/dgonzo27/fastapi-demo

Dockerized FastAPI with PostgreSQL

docker docker-compose fastapi fastapi-sqlalchemy postgresql

Last synced: 09 Apr 2026

https://github.com/erickwendel/palestra-docker-nodejs-containers-msptech

Demonstração da apresentação sobre Containers Docker e Node.js no MSP Tech Day Azure realizado em 01/09/2018

docker docker-compose example message mongodb nodejs postgres redis tutorial

Last synced: 10 Apr 2026

https://github.com/nhatthaiquang-agilityio/dotnet-identity-user

ASP.NET Core Identity is a membership system that adds login functionality to ASP.NET Core apps. Users can create an account with the login information stored in Identity or they can use an external login provider. Identity can be configured using a SQL Server database to store user names, passwords, and profile data.

aspnet-core aspnet-identity azure azure-signalr-service docker docker-compose dotnet integration-testing kubernetes signalr sql-server unit-test xunit

Last synced: 11 Apr 2026

https://github.com/raphaelbh/timezone-api

Timezone API is a simple web service that returns the current date and time considering a given time zone.

api date datetime docker docker-compose dockerfile dockerhub flask github-actions heroku heroku-deployment open-api open-api-specification python rest-api swagger swagger-ui time timezone

Last synced: 04 Jan 2026

https://github.com/volt1c/express-drive-api

Simple dirve api created with express-upload.

api docker docker-compose express express-js jest nodejs typescript

Last synced: 02 Aug 2025

https://github.com/omegion/mongo-sharded-cluster-monitoring-with-django-and-docker-compose

A simple sharded Mongo Cluster monitoring application using with Django and Docker to test replica set health.

django docker-compose mongodb

Last synced: 11 Apr 2026

https://github.com/daggerok/struts-examples

This repository contains struts examples. Yes... Old shit technologies... Sometimes we also have to support them =\

docker docker-compose gradle java-ee java-ee-7 javaee javaee7 jboss jboss-eap maven struts struts2

Last synced: 09 Apr 2026