No description
Find a file
Guillaume Lours 16854a92ef
Fix security issues (#102)
* upgrade dependencies of vuejs sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mongodb sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* upgrade dependencies of react-express-mysql sample to fix security issues

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-03-19 10:26:43 +01:00
.github
angular
apache-php correct reference to number of containers 2020-07-27 22:26:00 -05:00
aspnet-mssql the 2020-07-27 22:14:01 -05:00
django correct reference to number of containers 2020-07-27 22:26:00 -05:00
elasticsearch-logstash-kibana Add Logstash config to filter example Nginx logs 2020-07-24 02:32:09 +02:00
flask correct reference to number of containers 2020-07-27 22:26:00 -05:00
gitea-postgres
minecraft Added Minecraft compose file 2020-08-12 14:59:35 +02:00
nextcloud-postgres
nextcloud-redis-mariadb
nginx-flask-mongo Fixed a typo in the return message (#107) 2021-03-19 10:25:28 +01:00
nginx-flask-mysql correct reference to number of containers 2020-07-27 22:26:00 -05:00
nginx-golang nginx-golang fix some minor typos (#49) 2020-04-12 21:42:42 +02:00
nginx-golang-mysql Merge pull request #77 from inductor/update_alpine 2020-08-10 15:03:54 +02:00
nginx-golang-postgres Merge pull request #77 from inductor/update_alpine 2020-08-10 15:03:54 +02:00
prometheus-grafana prometheus-grafana - switch restart to string (#56) 2020-04-14 12:21:52 +02:00
react-express-mongodb Fix security issues (#102) 2021-03-19 10:26:43 +01:00
react-express-mysql Fix security issues (#102) 2021-03-19 10:26:43 +01:00
react-java-mysql
react-rust-postgres
sparkjava Fix backend bootstrap error 2020-08-14 22:12:10 +02:00
sparkjava-mysql Fix backend bootstrap error 2020-08-14 22:12:10 +02:00
spring-postgres Change port number in spring-postgresql sample (#41) 2020-04-08 09:28:28 +02:00
traefik-golang
vuejs Fix security issues (#102) 2021-03-19 10:26:43 +01:00
wordpress-mysql delete one of the two restart. (#108) 2021-03-19 10:24:41 +01:00
.gitattributes
awesome-compose.jpg
CONTRIBUTING.md the 2020-07-27 22:14:01 -05:00
LICENSE
MAINTAINERS
README.md Merge pull request #89 from usha-mandya/samples-note-patch 2020-08-12 17:43:18 +02:00

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.