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.
- GitHub: https://github.com/topics/docker-compose
- Repo: https://github.com/docker/compose
- Released: October 16, 2014
- Related Topics: docker, containers,
- Aliases: dockercompose,
- Last updated: 2026-07-09 00:08:56 UTC
- JSON Representation
https://github.com/awakelife93/node-sqs-sample
node sqs sample (pub/sub/broker)
docker docker-compose elasticmq express message-queue nodejs publisher sqs sqs-queue typescript websocket ws
Last synced: 12 Apr 2026
https://github.com/ramsailopal/yottadb-python-compose
Docker compose yaml to provision yottadb container with M Gateway service and python container with necessary libraries to allow connection to YottaDB
docker docker-compose mumps python yottadb
Last synced: 08 May 2026
https://github.com/lordvidex/go-example-server
docker-compose golang grpc-go rest-api
Last synced: 26 Jan 2026
https://github.com/dmotte/docker-portfwd-server
🐳 Docker image with an OpenSSH server that can be used for local port forwarding only
docker docker-compose docker-image dockerfile forward forwarding local open openssh port port-forwarding private-key proxy pubkey server ssh ssh-server sshd tcp tunnel
Last synced: 12 Apr 2026
https://github.com/bessouat40/keycloak-postgres-docker
Minimalist example of keycloak connection with a postgres database.
beginner beginner-project docker docker-compose keycloak postgresql tutorial
Last synced: 06 May 2026
https://github.com/wesleycharlesblake/nodejs-websocket
A Nodejs websocket server deployed with Docker and docker-compose
docker docker-compose nodejs websockets
Last synced: 12 Apr 2026
https://github.com/likeaturtle/selfsignedcert
Modern self-signed SSL certificate generator with Apple-style design and Docker support. 100% local generation ensures data security. Features concurrent control, queue management, and enterprise-grade security. Supports wildcard domains, multi-IP config, complete API, and real-time monitoring. Production-ready, GPL-3.0 licensed.
css3 docker docker-compose express html5 javascript nodejs openssl ssl-cert
Last synced: 11 Apr 2026
https://github.com/nyrta1/personal-finance-tracker
This project excels in resilience against heavy loads, prioritizing security. Users can analyze finance status, income, and expenses via multiple microservices. In case of a server breakdown, other microservices ensure uninterrupted service.
api-gateway docker docker-compose dockerfile java17 k8s kubernetes load-balancer maven postgresql redis spring-boot spring-cloud spring-security zipkin
Last synced: 12 Apr 2026
https://github.com/luandersonalvesdev/shooes-store
Shoe Store is a personal project made for skill improvement. It's a RESTfull Express and MySQL CRUD API with TDD tests and a normalized database.
api api-rest crud crud-api docker docker-compose eslint express mocha mocha-chai mysql mysql2 nodejs test
Last synced: 12 Apr 2026
https://github.com/alexsandro-01/bankin
Aplicação web fullstack, simulando uma carteira digital que possibilita usuários se cadastrarem na aplicação, realizarem login e conseguirem realizar transferências entre si.
css3 docker-compose express jsonwebtoken nodejs postgresql react typescript
Last synced: 12 Apr 2026
https://github.com/tadeo-2404/microservice-backend
Spring Boot Backend with API Gateway from Spring Cloud, CI/CD with Jenkins, Docker, multicontainer administration with Docker-Compose as well as Container Orchestration wth Kubernetes. Monitoring with Prometheus and Grafana and AWS S3 integration for document storage and
aws aws-s3 docker docker-compose eureka jenkins kubernetes postgresql spring-boot spring-cloud
Last synced: 12 Apr 2026
https://github.com/edgartec97/node-microservices-rabbitmq
Event-driven architecture with RabbitMQ
amqplib docker docker-compose express microservices mongodb mongoose mysql rabbitmq typeorm
Last synced: 12 Apr 2026
https://github.com/caglakahriman/pyeditorial_cms
The development environment for PyEditorial CMS. Updated database choice to PostgreSQL, used Gunicorn and created an automation bash scipt.
development-environment django django-application django-docker docker docker-compose gunicorn nginx nginx-docker postgresql postgresql-database
Last synced: 12 Apr 2026
https://github.com/cmsong111/on-premise-server-docker-setup
온프레미스 환경에서 Docker Compose로 서버를 구축하는 설정 파일 및 가이드 🚀
docker-compose on-premise self-hosted server-setup
Last synced: 12 Apr 2026
https://github.com/pmarkaide/42_inception
A containerized infrastructure with NGINX, WordPress, and MariaDB orchestrated through Docker Compose
42cursus 42projects 42school containerization docker docker-compose mariadb nginx wordpress
Last synced: 12 Apr 2026
https://github.com/cakebake/docker-lnmp
Docker environment with bundled Linux, Nginx, MariaDB, PHP-FPM
docker docker-compose ioncube linux locale mariadb nginx php-fpm phpmyadmin wordpress xdebug
Last synced: 12 Apr 2026
https://github.com/shuygena/inception
:whale2::octopus: Docker images with services such as MariaDB, Nginx, WordPress in virtual machine
42projects docker docker-compose mariadb nginx wordpress
Last synced: 12 Apr 2026
https://github.com/erbilnas/perfanalytics-container
It's an example application where I have dockerized two different projects, Perfanalytics Dashboard and Perfanalytics API, in a single container that can serve.
client-side docker docker-compose nodejs react server-side
Last synced: 30 Dec 2025
https://github.com/sorgom/jagoda
Flask / MySQL Project for Artists Foundation
docker docker-compose flask jade mysql python
Last synced: 12 Apr 2026
https://github.com/victoralessander/teste-rentbrella
Teste proposto pela Rentbrella para candidatar-se a vaga de engenheiro de software Pleno
docker docker-compose flask microservices mysql python redis
Last synced: 12 Apr 2026
https://github.com/floriangolling/backend_typescript_template
Backend Typescript Template
api api-rest cicd database docker docker-compose express jest jest-tests jwt lint migrations mocha mocha-tests nodejs postgresql sequelize swagger tests typescript
Last synced: 12 Apr 2026
https://github.com/praveenmethraskar/invoice-application
invoice application is written in mern stack
docker docker-compose dockerfile ec2-instance expressjs html-css-javascript jenkins mongodb nodejs reactjs
Last synced: 12 Apr 2026
https://github.com/euiyounghwang/python-search_engine
python-elasticsearch
ansible ansible-playbook docker docker-compose elasticsearch elasticsearch-curator grpc kafka kafka-consumer kafka-producer logstash poetry pytest python3 restapi-framework shell-script swagger swagger-ui
Last synced: 12 Apr 2026
https://github.com/linksake/docker-rails
📄 Sample Rails app that requires a Postgres and Redis DB. Use intended for the Docker + Rails article.
Last synced: 19 Apr 2026
https://github.com/mohamad-shosha/spring-jpa-mvc-security
This Spring Boot application utilizes JPA and Hibernate for managing Instructors, Addresses, and Courses. It offers a RESTful API for CRUD operations, enhanced by Liquibase for database migrations. The project also features Spring MVC for server-side rendering and is tested using Postman, showcasing best practices in modern Java web development.
css database design-patterns docker docker-compose html5 liquibase monolithic-architecture spring spring-boot spring-mvc
Last synced: 12 Apr 2026
https://github.com/imsamuelcovalero/desafio_shopper
Solução robusta para atualização massiva de preços em lojas virtuais. Processa e valida dados de arquivos CSV com React.js, Node.js e Typescript. Consulte nosso README para mais detalhes.
backend context-api cors crud-application docker docker-compose express-async-errors expressjs frontend inquirerjs joi-validation nodejs nodemon reactjs rest-api sequelize sql styled-components typescript
Last synced: 12 Apr 2026
https://github.com/nankuf/blog
Блог по книге "Django 2 by example". Антонио Меле.
django docker-compose postgresql python
Last synced: 12 Apr 2026
https://github.com/shrp777/docker-bun-starter-kit
Docker + Bun Starter Kit
bun docker docker-compose typescript
Last synced: 12 Apr 2026
https://github.com/thekapcioszek/kapcioszek_strona
Website made using html css php and sql I made during apprenticeships in November 2022
css css3 docker docker-compose dockerfile html html5 php sql
Last synced: 12 Apr 2026
https://github.com/alexsander-pavlov/easylibrary
API library
cachalot cache celery celerybeat cors-headers django django-rest-framework docker docker-compose jwt-authentication openai permissions poetry postgresql redis rest-api
Last synced: 12 Apr 2026
https://github.com/swat1563/drf_social_network
Social network website using DRF as backend, JS and Django as frontend
authentication authorization backend backend-api celery css3 django django-rest-framework docker docker-compose docker-image dockerfile frontend html-css-javascript html5 javascript network postgresql project sqlite3
Last synced: 12 Apr 2026
https://github.com/htanh2003/apache-nifi
A Docker Compose setup for deploying and configuring Apache NiFi. This repository includes configuration files and scripts for easy deployment, management, and customization of NiFi in containerized environments.
Last synced: 09 Apr 2025
https://github.com/nimatrazmjo/react-express-aws
Develop and deploy dockerized react express aplication to aws elastic beanstalk using travis
aws docker docker-compose elasticbeanstalk expressjs postgresql reactjs redis travis-ci
Last synced: 12 Apr 2026
https://github.com/ritikjee/lampstack
An app for user management for all my projects
docker docker-compose microservices mysql nextjs react reactjs redis
Last synced: 12 Apr 2026
https://github.com/atreib/cqrs
CQRS pattern example project using Node.js with Typescript, MongoDB (Mongoose), PostgreSQL (Prisma), RabbitMQ and Docker-Compose
cqrs docker-compose javascript mongodb mongoose nodejs postgresql prisma rabbitmq typescript
Last synced: 12 Apr 2026
https://github.com/vldolot/microservices-boilerplate
Polyglot microservices boilerplate (TypeScript + Bun) with gRPC, RabbitMQ, Docker, Kubernetes (Helm), Kong API Gateway, and GitOps CI/CD.
argo-cd argocd bun docker docker-compose grafana grpc helm k8s kubernetes microservices monorepo prometheus rabbitmq typescript
Last synced: 12 Apr 2026
https://github.com/ttyrho/development-traefik-proxy
This repository contains the reverse proxy configuration I use for development purposes.
development docker-compose traefik
Last synced: 03 Apr 2025
https://github.com/haja-k/neo4j-document-pipeline
Using Neo4j for knowledge graph. Complete with API for end-to-end ingestion, indexing and retrieval pipeline ready for workflow integration.
celery chatbot docker docker-compose fastapi knowledge-graph knowledge-management knowledge-retrieval locust neo4j neo4j-graph neo4j-server performance-optimization performance-testing python python-concurrency rag-chatbot redis
Last synced: 12 Apr 2026
https://github.com/renanstn/cinema-tickets-poc
Random studies...
broker celery celerybeat django django-rest-framework docker docker-compose nginx python rabbitmq rest
Last synced: 12 Apr 2026
https://github.com/fimbres/node-passport
This is a small project for users authentication and authorization, I have implemented NodeJs with TypeScript, Passport, Morgan, Express, MongoDB, Docker and many more.
backend docker-compose expressjs mongodb morgan nodejs rest-api server typescript yarn
Last synced: 12 Apr 2026
https://github.com/mid9tech/book-shop
E-commerce website sell book
docker docker-compose graphql nestjs nextjs prisma
Last synced: 12 Apr 2026
https://github.com/vbetsch/tp-docker
🐳 Master 1 - Docker compose to deploy a Wordpress 3-tier architecture
Last synced: 28 Nov 2025
https://github.com/eddyoliveiram/android-app-for-school-meal-management
I developed this Android prototype app in React Native with Expo to efficiently manage and monitor the distribution of school meals
api-rest docker-compose laravel react-native
Last synced: 12 Apr 2026
https://github.com/shvixxl/ding-ding
Full-featured Web-Site for Delivery Service "Ding-Ding".
admin-dashboard ajax bootstrap deliver delivery-service docker docker-compose flask jinja2 jquery python user-management
Last synced: 12 Apr 2026
https://github.com/cotriml/ts-aws-s3-upload-file
Simple API to upload files on Amazon S3 service.
aws-s3 clean-architecture docker-compose eslint express husky nodejs
Last synced: 16 Jan 2026
https://github.com/arvind-4/starter-project
A project with Django, Nextjs and Docker using Postgres DB!
django docker docker-compose postgres typescript
Last synced: 12 Apr 2026
https://github.com/ims94/jenkins-with-docker
A modified version of jenkins:lts docker image with docker installed
ci-cd devops docker docker-compose jenkins
Last synced: 14 Apr 2026
https://github.com/rongfengliang/prisma-sss-demo
prisma server side subscriptions demo
docker-compose prisma service-side-subscription
Last synced: 12 Jun 2025
https://github.com/rongfengliang/restheart-docker-compose
restheart-docker-compose
Last synced: 09 Jun 2026
https://github.com/rongfengliang/oryd-oathkeeper-docker-compose
oryd-oathkeeper-docker-compose
Last synced: 28 Feb 2025
https://github.com/rongfengliang/nginx-syslog-access_log
nginx-syslog-access_log
accesslog docker-compose nginx syslog
Last synced: 11 May 2026
https://github.com/frncsdrk/dcc.sh
docker compose companion
bash dcc docker docker-compose shell
Last synced: 31 Dec 2025
https://github.com/cotriml/bossabox-backend-challenge
API made for Bossabox Backend Challenge.
clean-architecture docker-compose eslint express husky jest mongodb nodejs typescript
Last synced: 16 Jan 2026
https://github.com/cotriml/clean-node-api
NodeJS Rest API using TDD, Clean Architecture and Typescript
clean-architecture docker-compose eslint express husky jest mongodb nodejs restful-api typescript
Last synced: 16 Jan 2026
https://github.com/dodonki1223/snippet
「【Rails / Vue.js】Snippet アプリを作ってみよう!」の写経用リポジトリ
circleci docker docker-compose rails rails6 techpit vue vuetify
Last synced: 07 Jan 2026
https://github.com/trandung2k1/github_actions
CI CD nodejs
docker docker-compose expressjs github-actions nodejs unit-testing
Last synced: 12 Apr 2026
https://github.com/ambroisem/boardify
chat docker docker-compose jwt-authentication nestjs nestjs-backend postgresql react rest-api typeorm websocket
Last synced: 12 Apr 2026
https://github.com/proeungchiso/cstad_ite2_spring_cloud_config_server
Learn about Spring Cloud Config Server with Hashicorp Vault
docker-compose hashicorp-vault server spring-cloud-config
Last synced: 04 Feb 2026
https://github.com/superiorlu/things
Quick Start Database and Middleware using Docker Compose on Development.
docker docker-compose kafka middleware mongodb mysql nacos redis
Last synced: 12 Apr 2026
https://github.com/gaborvecsei/jupyter-lab-docker
docker docker-compose gpu gpu-tensorflow jupyter jupyter-notebook jupyterlab
Last synced: 09 May 2026
https://github.com/graphtylove/datatank_news_papers_data_pipeline
Data pipeline for Datatank's news papers project.
airflow docker docker-compose mongodb python python3
Last synced: 12 Apr 2026
https://github.com/vlad1kudelko/test-task-fastapi
Тестовое задание
docker docker-compose fastapi pydantic python sqlalchemy
Last synced: 12 Apr 2026
https://github.com/andrewgatenbyvs/php-mysql-nginx-docker-config
🐘+🐬+ 🐳 Yet another typical PHP + NGINX + MySQL docker config that the world really does not need 😂
developer-tools development-environment docker docker-compose mysql nginx php
Last synced: 12 Apr 2026
https://github.com/ivan-montes/desire-mgmt
Microservices in a multimodule Maven project with servers, REST API, and MVC system
config-server docker docker-compose eclipse eureka-server feign grafana java junit maven microservices mockito prometheus soapui sonarqube spring swagger thymeleaf
Last synced: 12 Apr 2026
https://github.com/devrapture/weather-go-api
This is Go application that fetches weather information from the OpenWeatherMap API based on user input and returns the weather data in JSON format.
docker docker-compose go golang
Last synced: 05 May 2026
https://github.com/matheusadc/curso-docker
Estudo sobre Docker e Docker Compose.
docker docker-compose nodejs notion
Last synced: 12 Apr 2026
https://github.com/chinmayvivek/rust-kafka
This project demonstrates a simple integration of Apache Kafka with Rust using the rdkafka crate. It includes basic examples of how to create a Kafka consumer and producer, showcasing how to send and receive messages.
docker docker-compose kafka kafka-consumer kafka-producer rust rust-lang
Last synced: 09 May 2026
https://github.com/07jose07/proyecto-crud-nestjjs-y-nextjs
Proyecto de registro de Usuario, hecho con: MongoDB en Docker, Nestjs y Nextjs
docker-compose mongodb mongoose nestjs-backend nextjs typescript
Last synced: 12 Apr 2026
https://github.com/bnbong/jaramuniv_sugang-api
<자람 허브 프로젝트> 스터디 최종 과제 - 수강 신청 API
api backend docker docker-compose fastapi python rest-api
Last synced: 18 Jan 2026
https://github.com/tatianasharova/storage
REST API для управления процессами на складе.
asynchronous docker docker-compose fastapi postgresql python sqlalchemy
Last synced: 12 Apr 2026
https://github.com/renatospaka/fc2.0-imersao2-nextjs
Intensivão sobre next-JS com o pessoal da Code Education
docker docker-compose nextjs reactjs typescript
Last synced: 12 Apr 2026
https://github.com/bnbong/simplebackend
<개인 프로젝트> Python based simple CRUD Backend server
docker docker-compose elasticsearch fastapi fluentd heimdall jenkins kibana nginx nginx-reverse-proxy oracle python uptime-kuma
Last synced: 18 Jan 2026
https://github.com/dariomatias-dev/todo_golang
To-do list API built in Golang
crud docker docker-compose gin go golang postgresql source-code sql sqlc
Last synced: 12 Apr 2026
https://github.com/RahulShaw221994/mean-docker
A simple MEAN app created with Angular 8 and Docker Compose
angular docker docker-compose docker-containers expressjs mean-stack nodejs
Last synced: 10 Mar 2025
https://github.com/alan-toledo/MEAN-Stack
MEAN: MongoDB, Express, Angular, Node.js
angular8 docker-compose express-js mean-stack mongodb nodejs
Last synced: 10 Mar 2025
https://github.com/zerefwayne/go-psql-rest-jwt-docker-boilerplate
A Go PostgreSQL Rest API secured with JWT Authentication
api auth backend boilerplate docker docker-compose go golang jsonwebtoken jwt postgresql psql rest rest-api template
Last synced: 12 Apr 2026
https://github.com/jimlee2048/comfyui-docker
Customizable ComfyUI docker image with automatic environment setup
comfyui docker docker-compose stable-diffusion
Last synced: 12 Apr 2026
https://github.com/rongfengliang/mediawiki-docker-compose
mediawiki docker-compose running
docker docker-compose mediawiki
Last synced: 12 Apr 2026
https://github.com/aleixnguyen-vn/docker-wordpress-performance
WordPress Docker stack serving 5,000 users at 187ms on a 1GB VPS with Redis & Caddy.
caddy case-study docker docker-compose infrastructure nginx performance-optimization php-fpm redis vps vultr wordpress
Last synced: 12 Apr 2026
https://github.com/uncore-team/docker_containers
Scripts for building and managing docker containers with NVIDIA support and support for remote access via XRDP and SSH
docker docker-compose nvidia-docker python ros ssh-server xrdp
Last synced: 12 Apr 2026
https://github.com/0xc0dec0ffeelab/sim_stock_notify
sim_stock_notify is a simulated stock tick push service for testing and integration. It uses SignalR for real-time updates, stores data in TimescaleDB, and manages state with Redis.
csharp docker docker-compose dotnet finance notifier postgresql redis signalr stock ticker timescaledb websocket
Last synced: 07 Apr 2026
https://github.com/vbsantos/csharp-notes-api
REST API made with .NET C# for taking and organizing Notes
api crud csharp docker docker-compose dotnet-core mongodb nosql oop rest swagger
Last synced: 12 Apr 2026
https://github.com/mineinabyss/docker-stacks
Docker stacks we run on our server
Last synced: 31 Mar 2025
https://github.com/someoneudonknow/postgres-replica-setup-docker
How to setup postgreSQL replication using Docker compose
database docker docker-compose postgres postgresql replication system-design
Last synced: 12 Apr 2026
https://github.com/gaurav-balyan/docker-nodejs
docker docker-compose docker-container docker-image
Last synced: 12 Apr 2026
https://github.com/kernel-loophole/docker-apps-
Docker
docker docker-compose docker-container docker-image docker-registry
Last synced: 12 Apr 2026
https://github.com/aldrinjenson/simple-stable-diffusion
Simple, opinionated and easy to use stable-diffusion-ui for text to image generation
docker-compose stable-diffusion stable-diffusion-webui streamlit
Last synced: 12 Apr 2026
https://github.com/teamkweku/alx_travel_app_0x03
Django REST API for property rentals with booking management, reviews, and real-time notifications. Features MySQL, Celery, and Docker integration.
celery docker docker-compose python3 rabbitmq redis
Last synced: 12 Apr 2026
https://github.com/rolandinsh/elasticsearchdocker
elasticsearch docker (compose) for development
docker docker-compose elasticsearch java linode republa republamedia rolandinshdocker
Last synced: 12 Apr 2026
https://github.com/bogdansuditu/minimal.md
Minimal.md - Markdown editor
browser docker docker-compose markdown notes preview simple
Last synced: 19 Apr 2026
https://github.com/dpbm/qserver
A server to run your quantum jobs locally
docker docker-compose golang pennylane python qiskit qserver quantum quantum-algorithms quantum-circuits quantum-computing quantum-server rabbitmq server
Last synced: 12 Apr 2026
https://github.com/renatoelho/fluxo-elt
Trata-se de um processo de ELT (Extração, Carga e Transformação) que integra um sistema legado com um banco de dados relacional (no exemplo, um MySQL) para um banco NoSQL (ElasticSearch) sem alterações significativas nos dados transferidos.
docker docker-compose dockerfile elasticsearch elt etl kibana nifi sql
Last synced: 12 Apr 2026
https://github.com/faithkamaraju/news-webservice
A nifty little news webservice which provides scores for Political Bias using a fine-tuned modernBERT model. "GroundNews at home"
bias-detection docker-compose fastapi political-bias-modelling postgresql sentiment-classification webservices
Last synced: 09 Jan 2026
https://github.com/quocanh189/demoecom
This is a demo project ecommerce with golang. Implement with jwt-authentication and connect mysql database
docker docker-compose go golang jwt-authentication mysql
Last synced: 07 Apr 2025
https://github.com/alexcage2/linqtasks
Simple CRUD app for storing solutions
crud csharp docker-compose efcore linq ms-sql-server mvc rest
Last synced: 11 Mar 2026
https://github.com/mathleite/go-shorturl
This project is a URL shortening service built with Go, Redis and the Gin web framework.
container docker-compose gin gin-gonic go golang redis redis-client shorturl
Last synced: 12 Apr 2026
https://github.com/alef83/rpgm
Role Playing Game Mastery is tool for D&D
docker docker-compose dotnet-core2 golang javascript react
Last synced: 23 Apr 2025
https://github.com/minsusun/deploy-spark-cluster
configs for deploying the spark clusters on docker and k8s !!
docker docker-compose k8s spark-cluster
Last synced: 12 Apr 2026
https://github.com/shaunevening/dockerized-express-postgres
Template repository for creating a dockerized TypeScript Express server with Postgres
docker-compose express postgres template typescript
Last synced: 22 Feb 2026