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.
 
 
 
 
 
 
Atomist Bot f06bab3ff4 Pin Docker image python:3.10-alpine 2 years ago
.github Remove temporarily the 'java' codeql analysis (#189) 3 years ago
angular Add "Open in Docker Dev Environments" links (#280) 2 years ago
apache-php Add "Open in Docker Dev Environments" links (#280) 2 years ago
aspnet-mssql Adopt Compose v2 (#240) 2 years ago
django Add "Open in Docker Dev Environments" links (#280) 2 years ago
elasticsearch-logstash-kibana Adopt Compose v2 (#240) 2 years ago
fastapi Add "Open in Docker Dev Environments" links (#280) 2 years ago
flask Add "Open in Docker Dev Environments" links (#280) 2 years ago
flask-redis Add "Open in Docker Dev Environments" links (#280) 2 years 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 Add "Open in Docker Dev Environments" links (#280) 2 years ago
nginx-flask-mongo Pin Docker image python:3.10-alpine 2 years ago
nginx-flask-mysql Add "Open in Docker Dev Environments" links (#280) 2 years ago
nginx-golang Add "Open in Docker Dev Environments" links (#280) 2 years ago
nginx-golang-mysql Add "Open in Docker Dev Environments" links (#280) 2 years ago
nginx-golang-postgres Add "Open in Docker Dev Environments" links (#280) 2 years ago
nginx-nodejs-redis Adopt Compose v2 (#240) 2 years ago
nginx-wsgi-flask Adopt Compose v2 (#240) 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 Add "Open in Docker Dev Environments" links (#280) 2 years ago
react-express-mysql Add "Open in Docker Dev Environments" links (#280) 2 years ago
react-java-mysql fix: update underscores to dashes for naming convention (#286) 2 years ago
react-nginx Add "Open in Docker Dev Environments" links (#280) 2 years ago
react-rust-postgres Add "Open in Docker Dev Environments" links (#280) 2 years ago
sparkjava Add "Open in Docker Dev Environments" links (#280) 2 years ago
sparkjava-mysql Add "Open in Docker Dev Environments" links (#280) 2 years ago
spring-postgres Add "Open in Docker Dev Environments" links (#280) 2 years ago
traefik-golang Add "Open in Docker Dev Environments" links (#280) 2 years ago
vuejs Add "Open in Docker Dev Environments" links (#280) 2 years 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 Add "Open in Docker Dev Environments" links (#280) 2 years ago
awesome-compose.jpg repo init 4 years ago
icon_devenvs.svg identify samples usable with Docker Dev Environments (#279) 2 years 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

Use with Docker Dev Environments Icon indicates Sample is compatible with Docker Dev Environments in Docker Desktop version 4.10 or later.

Single service samples

Use with Docker Dev Environments Icon indicates Sample is compatible with Docker Dev Environments in Docker Desktop version 4.10 or later.

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

Contribute

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