You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ryuichi Watanabe a92c067f75
Rename docker-compose.yml to docker-compose.yaml (#92)
Signed-off-by: watanabe.ryuichi <jpz2046@linecorp.com>
4 years ago
.github
angular
apache-php correct reference to number of containers 4 years ago
aspnet-mssql the 4 years ago
django correct reference to number of containers 4 years ago
elasticsearch-logstash-kibana Add Logstash config to filter example Nginx logs 4 years ago
flask Rename docker-compose.yml to docker-compose.yaml (#92) 4 years ago
gitea-postgres
minecraft Added Minecraft compose file 4 years ago
nextcloud-postgres
nextcloud-redis-mariadb
nginx-flask-mongo Fixed a typo in the return message (#107) 4 years ago
nginx-flask-mysql correct reference to number of containers 4 years ago
nginx-golang nginx-golang fix some minor typos (#49) 5 years ago
nginx-golang-mysql Merge pull request #77 from inductor/update_alpine 4 years ago
nginx-golang-postgres Merge pull request #77 from inductor/update_alpine 4 years ago
prometheus-grafana prometheus-grafana - switch restart to string (#56) 4 years ago
react-express-mongodb Fix security issues (#102) 4 years ago
react-express-mysql Fix security issues (#102) 4 years ago
react-java-mysql
react-rust-postgres
sparkjava Fix backend bootstrap error 4 years ago
sparkjava-mysql Fix backend bootstrap error 4 years ago
spring-postgres
traefik-golang
vuejs Fix security issues (#102) 4 years ago
wordpress-mysql delete one of the two restart. (#108) 4 years ago
.gitattributes
CONTRIBUTING.md the 4 years ago
LICENSE
MAINTAINERS
README.md Merge pull request #89 from usha-mandya/samples-note-patch 4 years ago
awesome-compose.jpg

README.md

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.