Skip to content
Awesome Docker Compose samples
HTML TypeScript Dockerfile Java Python CSS Other
Branch: master
Clone or download

Latest commit

Latest commit aaa6a61 Jun 5, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Compliance to awesome repository requirements Mar 27, 2020
angular Fix default port mapping and indentation Mar 23, 2020
apache-php Sample for apache-php7 (#42) Apr 6, 2020
aspnet-mssql Fix default port mapping and indentation Mar 23, 2020
django Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254 Jun 5, 2020
flask fixed title in flask readme file (#51) Apr 8, 2020
gitea-postgres Fix typo in gitea-postgres README Mar 29, 2020
nextcloud-postgres add nextcloud-postgres sample Mar 18, 2020
nextcloud-redis-mariadb Add nextcloud-redis-mariadb sample Mar 19, 2020
nginx-flask-mongo Fix default port mapping and indentation Mar 23, 2020
nginx-flask-mysql Fix default port mapping and indentation Mar 23, 2020
nginx-golang-mysql nginx-golang fix some minor typos (#49) Apr 12, 2020
nginx-golang-postgres Fix default port mapping and indentation Mar 23, 2020
nginx-golang nginx-golang fix some minor typos (#49) Apr 12, 2020
prometheus-grafana prometheus-grafana - switch restart to string (#56) Apr 14, 2020
react-express-mongodb react-express-mongodb: clean frontend code May 13, 2020
react-express-mysql Fix security issues in npm dependencies of react-express-mysql sample Mar 25, 2020
react-java-mysql Udpdate some README.md files and change the version of node image for… Mar 24, 2020
react-rust-postgres react-rust-postgres: add readmes Mar 27, 2020
sparkjava-mysql Fix default port mapping and indentation Mar 23, 2020
sparkjava Fix default port mapping and indentation Mar 23, 2020
spring-postgres Change port number in spring-postgresql sample (#41) Apr 8, 2020
traefik-golang Adding simple Traefik example. (#44) Apr 7, 2020
vuejs Update vuejs dependencies Jun 5, 2020
wordpress-mysql Add wordpress-mysql sample Mar 18, 2020
.gitattributes repo init Feb 12, 2020
CONTRIBUTING.md Compliance to awesome repository requirements Mar 27, 2020
LICENSE Update License to CC0 Mar 26, 2020
MAINTAINERS Compliance to awesome repository requirements Mar 27, 2020
README.md Adding simple Traefik example. (#44) Apr 7, 2020
awesome-compose.jpg repo init Feb 12, 2020

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.

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 the 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.

You can’t perform that action at this time.