No description
Find a file
2021-04-14 09:54:36 +02:00
.github Create codeql-analysis.yml (#129) 2021-04-14 09:54:36 +02:00
angular
apache-php update php version to 8.0.3 (#115) 2021-04-06 18:00:09 +02:00
aspnet-mssql
django Update dependencies for django and express samples (#128) 2021-04-13 14:29:52 +02:00
elasticsearch-logstash-kibana
flask
gitea-postgres
minecraft
nextcloud-postgres
nextcloud-redis-mariadb
nginx-flask-mongo
nginx-flask-mysql port 8080 is actually port 80 (#123) 2021-04-06 12:00:33 +02:00
nginx-golang
nginx-golang-mysql
nginx-golang-postgres
nginx-wsgi-flask init (#120) 2021-04-06 11:54:06 +02:00
prometheus-grafana
react-express-mongodb Update dependencies for django and express samples (#128) 2021-04-13 14:29:52 +02:00
react-express-mysql Update dependencies for django and express samples (#128) 2021-04-13 14:29:52 +02:00
react-java-mysql
react-rust-postgres
sparkjava
sparkjava-mysql
spring-postgres
traefik-golang
vuejs
wordpress-mysql
.gitattributes
awesome-compose.jpg
CONTRIBUTING.md
LICENSE
MAINTAINERS
README.md Added react-express-mongodb project link in README (#122) 2021-04-12 18:56: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.