Awesome Docker Compose samples
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Lours 18f59bdb09 remove references to Dev Environments feature 1 month ago
.github Remove temporarily the 'java' codeql analysis (#189) 3 years ago
angular remove references to Dev Environments feature 1 month ago
apache-php remove references to Dev Environments feature 1 month ago
aspnet-mssql Adopt Compose v2 (#240) 2 years ago
django remove references to Dev Environments feature 1 month ago
elasticsearch-logstash-kibana Adopt Compose v2 (#240) 2 years ago
fastapi remove references to Dev Environments feature 1 month ago
flask remove references to Dev Environments feature 1 month ago
flask-redis remove references to Dev Environments feature 1 month ago
gitea-postgres Adopt Compose v2 (#240) 2 years ago
minecraft Adopt Compose v2 (#240) 2 years ago
nextcloud-postgres Adopt Compose v2 (#240) 2 years ago
nextcloud-redis-mariadb Adopt Compose v2 (#240) 2 years ago
nginx-aspnet-mysql remove references to Dev Environments feature 1 month ago
nginx-flask-mongo remove references to Dev Environments feature 1 month ago
nginx-flask-mysql remove references to Dev Environments feature 1 month ago
nginx-golang remove references to Dev Environments feature 1 month ago
nginx-golang-mysql remove references to Dev Environments feature 1 month ago
nginx-golang-postgres remove references to Dev Environments feature 1 month ago
nginx-nodejs-redis Adopt Compose v2 (#240) 2 years ago
nginx-wsgi-flask Adopt Compose v2 (#240) 2 years ago
official-documentation-samples Add compose samples from docs (#305) 2 years ago
pihole-cloudflared-DoH Fix PiHole Docs Typo (#284) 2 years ago
plex Adopt Compose v2 (#240) 2 years ago
portainer Adopt Compose v2 (#240) 2 years ago
postgresql-pgadmin Fix Typo postgresql-pgadmin compose (#289) 2 years ago
prometheus-grafana Adopt Compose v2 (#240) 2 years ago
react-express-mongodb remove references to Dev Environments feature 1 month ago
react-express-mysql remove references to Dev Environments feature 1 month ago
react-java-mysql remove references to Dev Environments feature 1 month ago
react-nginx remove references to Dev Environments feature 1 month ago
react-rust-postgres remove references to Dev Environments feature 1 month ago
sparkjava remove references to Dev Environments feature 1 month ago
sparkjava-mysql remove references to Dev Environments feature 1 month ago
spring-postgres remove references to Dev Environments feature 1 month ago
traefik-golang remove references to Dev Environments feature 1 month ago
vuejs remove references to Dev Environments feature 1 month ago
wasmedge-kafka-mysql remove references to Dev Environments feature 1 month ago
wasmedge-mysql-nginx remove references to Dev Environments feature 1 month ago
wireguard Adopt Compose v2 (#240) 2 years ago
wordpress-mysql Adopt Compose v2 (#240) 2 years ago
.gitattributes repo init 4 years ago
CONTRIBUTING.md the 4 years ago
LICENSE Update License to CC0 4 years ago
MAINTAINERS Compliance to awesome repository requirements 4 years ago
README.md remove references to Dev Environments feature 1 month ago
awesome-compose.jpg repo init 4 years ago
icon_wasm.svg Feat: add Docker+wasm examples (#309) 1 year ago
open_in_new.svg Add "Open in Docker Dev Environments" links (#280) 2 years ago

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

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.