All Projects → docker → Awesome Compose

docker / Awesome Compose

Licence: cc0-1.0
Awesome Docker Compose samples

Programming Languages

HTML
75241 projects
typescript
32286 projects
Dockerfile
14818 projects
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to Awesome Compose

Dockerize Your Dev
Docker compose a VM to get LetsEncrypt / NGINX proxy auto provisioning, ELK logging, Prometheus / Grafana monitoring, Portainer GUI, and more...
Stars: ✭ 61 (-99.56%)
Mutual labels:  docker-compose
Graphql Microservices
Showcasing a graphql microservice setup
Stars: ✭ 68 (-99.51%)
Mutual labels:  docker-compose
Uranus
Hierarchical Memo & Task Web-App
Stars: ✭ 71 (-99.49%)
Mutual labels:  docker-compose
Docker Magento
Mark Shust's Docker Configuration for Magento
Stars: ✭ 1,123 (-91.96%)
Mutual labels:  docker-compose
Solo In Docker
一条命令在docker中启动solo,所有麻烦的配置全部用docker-compose编排解决。One simple command to starts solo in docker, with all troublesome configurations solved by docker-compose orchestration.
Stars: ✭ 65 (-99.53%)
Mutual labels:  docker-compose
Docker Apim
Docker and Docker Compose resources for WSO2 API Manager
Stars: ✭ 68 (-99.51%)
Mutual labels:  docker-compose
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-99.57%)
Mutual labels:  docker-compose
Cintodeutilidadesdocker
My Docker templates repository 🐳 ☁️ 🐳
Stars: ✭ 74 (-99.47%)
Mutual labels:  docker-compose
Poco
Poco will help you to organise and manage Docker, Docker-Compose, Kubernetes, Openshift projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.
Stars: ✭ 66 (-99.53%)
Mutual labels:  docker-compose
Rubel
Rubel is a cms built with Laravel and React.
Stars: ✭ 70 (-99.5%)
Mutual labels:  docker-compose
Bookstoreapp Distributed Application
Ecommerce project is being developed using Spring Boot Microservices and Spring Cloud (Backend) and React (Frontend). Splitting the Ecommerce functionality into various individual microservices so that they can be distributed, scale really well and make use of resources efficiently.
Stars: ✭ 63 (-99.55%)
Mutual labels:  docker-compose
Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (-99.54%)
Mutual labels:  docker-compose
Paus
Docker Compose PaaS
Stars: ✭ 68 (-99.51%)
Mutual labels:  docker-compose
Stacker Cli
Docker Compose Templates
Stars: ✭ 61 (-99.56%)
Mutual labels:  docker-compose
Docker Tutorial
Code for a creating a docker app with Flask and MySQL tutorial
Stars: ✭ 73 (-99.48%)
Mutual labels:  docker-compose
Wordpress Docker Compose
Easy Wordpress development with Docker and Docker Compose
Stars: ✭ 1,107 (-92.07%)
Mutual labels:  docker-compose
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-99.51%)
Mutual labels:  docker-compose
Docker For Local Development
This project provides a basic Docker setup, for building a local development environment for Zend Expressive, and other PHP application development.
Stars: ✭ 74 (-99.47%)
Mutual labels:  docker-compose
Bareos
Docker image for Bareos
Stars: ✭ 74 (-99.47%)
Mutual labels:  docker-compose
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-99.51%)
Mutual labels:  docker-compose

Awesome Compose Awesome

logo

A curated list of Docker Compose samples.

These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose.

Note:

The following samples are intended for use in local development environments such as project setups, tinkering with software stacks, etc. These samples must not be deployed in production environments.

Contents

Samples of Docker Compose applications with multiple integrated services

Single service samples

Basic setups for different platforms (not production ready - useful for personal use)

Getting started

These instructions will get you through the bootstrap phase of creating and deploying samples of containerized applications with Docker Compose.

Prerequisites

Running a sample

The root directory of each sample contains the docker-compose.yaml which describes the configuration of service components. All samples can be run in a local environment by going into the root directory of each one and executing:

docker-compose up -d

Check the README.md of each sample to get more details on the structure and what is the expected output. To stop and remove all containers of the sample application run:

docker-compose down

Contribute

We welcome examples that help people understand how to use Docker Compose for common applications. Check the Contribution Guide for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].