GitXplorerGitXplorer
d

awesome-compose

public
33762 stars
6495 forks
231 issues

Commits

List of commits on branch master.
Unverified
18f59bdb09ecf520dd5758fbf90dec314baec545

remove references to Dev Environments feature

gglours committed 4 months ago
Verified
fa1788d822147c17c5ce1f1c53e3230653cba1fe

react-express-mongodb: store mongo data in a volume (#422)

nnicksieger committed 6 months ago
Verified
e6b1d2755f2f72a363fc346e52dce10cace846c8

Feat: add Docker+wasm examples (#309)

jjuntao committed 2 years ago
Verified
6f15838d240eb375005b21814fdd163f95b79264

react-express-mongodb: remove container_name to allow multiple apps in parallel (#310)

SStefanScherer committed 2 years ago
Verified
e3ea3e9044dcae2ed409665d29434fa53a5a2198

Add compose samples from docs (#305)

SStefanScherer committed 2 years ago
Verified
f571d32d60231e93d093009978642df565f18aab

Fix Typo postgresql-pgadmin compose (#289)

RRickyAlbanese committed 2 years ago

README

The README file for this repository.

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

Docker + wasm Icon indicates Sample is compatible with Docker+Wasm.

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

Quickstart guides

In addition to all the ready to run Compose samples listed above the folder official-documentation-samples contains quickstart guides. Each of these step by step guides explain which files need to be created to build and run a Docker Compose application.

Contribute

We welcome examples that help people understand how to use Docker Compose for common applications. Check the Contribution Guide for more details.