Awesome Docker Compose samples
Go to file
Adolfo Delorenzo e56d2713fb Update 'fastapi/compose.yaml' 2023-02-02 16:58:51 +00:00
.github Remove temporarily the 'java' codeql analysis (#189) 2021-12-09 12:16:47 +01:00
angular Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
apache-php Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
aspnet-mssql Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
django Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
elasticsearch-logstash-kibana Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
fastapi Update 'fastapi/compose.yaml' 2023-02-02 16:58:51 +00:00
flask Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
flask-redis Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
gitea-postgres Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
minecraft Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
nextcloud-postgres Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
nextcloud-redis-mariadb Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
nginx-aspnet-mysql Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
nginx-flask-mongo Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
nginx-flask-mysql Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
nginx-golang Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
nginx-golang-mysql Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
nginx-golang-postgres Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
nginx-nodejs-redis Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
nginx-wsgi-flask Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
official-documentation-samples Add compose samples from docs (#305) 2022-10-28 09:46:40 +02:00
pihole-cloudflared-DoH Fix PiHole Docs Typo (#284) 2022-09-19 09:05:14 +02:00
plex Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
portainer Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
postgresql-pgadmin Fix Typo postgresql-pgadmin compose (#289) 2022-09-19 17:58:54 +02:00
prometheus-grafana Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
react-express-mongodb react-express-mongodb: remove container_name to allow multiple apps in parallel (#310) 2022-12-08 16:21:16 -05:00
react-express-mysql Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
react-java-mysql fix: update underscores to dashes for naming convention (#286) 2022-09-15 08:34:10 +02:00
react-nginx Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
react-rust-postgres Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
sparkjava Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
sparkjava-mysql Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
spring-postgres Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
traefik-golang Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
vuejs Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00
wasmedge-kafka-mysql Feat: add Docker+wasm examples (#309) 2023-01-09 16:30:59 -05:00
wasmedge-mysql-nginx Feat: add Docker+wasm examples (#309) 2023-01-09 16:30:59 -05:00
wireguard Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
wordpress-mysql Adopt Compose v2 (#240) 2022-05-10 11:59:25 +02:00
.gitattributes repo init 2020-02-12 18:16:42 +01:00
CONTRIBUTING.md the 2020-07-27 22:14:01 -05:00
LICENSE Update License to CC0 2020-03-26 09:44:12 +01:00
MAINTAINERS Compliance to awesome repository requirements 2020-03-27 11:38:54 +01:00
README.md Feat: add Docker+wasm examples (#309) 2023-01-09 16:30:59 -05:00
awesome-compose.jpg repo init 2020-02-12 18:16:42 +01:00
icon_devenvs.svg identify samples usable with Docker Dev Environments (#279) 2022-08-09 10:30:30 +02:00
icon_wasm.svg Feat: add Docker+wasm examples (#309) 2023-01-09 16:30:59 -05:00
open_in_new.svg Add "Open in Docker Dev Environments" links (#280) 2022-09-01 11:39:33 -05:00

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.

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

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

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.