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.
 
 
 
 
 
 
Andy Madge a42a8531ab
Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113)
The cache gives no benefit to a Docker image but it does add size, hence it's best left out.

Signed-off-by: Andy Madge <andymadge@gmail.com>
4 years ago
.github
angular
apache-php
aspnet-mssql
django Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113) 4 years ago
elasticsearch-logstash-kibana
flask Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113) 4 years ago
gitea-postgres
minecraft
nextcloud-postgres
nextcloud-redis-mariadb
nginx-flask-mongo Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113) 4 years ago
nginx-flask-mysql Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113) 4 years ago
nginx-golang
nginx-golang-mysql
nginx-golang-postgres
prometheus-grafana
react-express-mongodb
react-express-mysql
react-java-mysql
react-rust-postgres
sparkjava
sparkjava-mysql
spring-postgres
traefik-golang
vuejs
wordpress-mysql
.gitattributes
CONTRIBUTING.md
LICENSE
MAINTAINERS
README.md
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.