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.
 
 
 
 
 
 
yuzu bd5fa7b667
Fix typo: `fom` -> `from` (#142)
Signed-off-by: Yz4230 <yuzupon1480@gmail.com>
4 years ago
.github Create codeql-analysis.yml (#129) 4 years ago
angular
apache-php update php version to 8.0.3 (#115) 4 years ago
aspnet-mssql Migrate aspnet-mssql sample to .NET 5 🚀 (#143) 4 years ago
django Update dependencies for django and express samples (#128) 4 years ago
elasticsearch-logstash-kibana
flask
gitea-postgres Add missing expose field to docker compose files (#124) 4 years ago
minecraft
nextcloud-postgres Add missing expose field to docker compose files (#124) 4 years ago
nextcloud-redis-mariadb Add missing expose field to docker compose files (#124) 4 years ago
nginx-aspnet-mysql Add nginx-aspnet-mysql implementation (#119) 4 years ago
nginx-flask-mongo Fix typo: `fom` -> `from` (#142) 4 years ago
nginx-flask-mysql Add missing expose field to docker compose files (#124) 4 years ago
nginx-golang
nginx-golang-mysql Update nginx-golang-mysql dockercompose (#141) 4 years ago
nginx-golang-postgres Add missing expose field to docker compose files (#124) 4 years ago
nginx-wsgi-flask init (#120) 4 years ago
prometheus-grafana
react-express-mongodb update reference to port 5000 (now 3000) (#138) 4 years ago
react-express-mysql Update dependencies for django and express samples (#128) 4 years ago
react-java-mysql Add missing expose field to docker compose files (#124) 4 years ago
react-rust-postgres
sparkjava
sparkjava-mysql Add missing expose field to docker compose files (#124) 4 years ago
spring-postgres Add missing expose field to docker compose files (#124) 4 years ago
traefik-golang
vuejs
wordpress-mysql Add missing expose field to docker compose files (#124) 4 years ago
.gitattributes
CONTRIBUTING.md
LICENSE
MAINTAINERS
README.md Migrate aspnet-mssql sample to .NET 5 🚀 (#143) 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.