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.
 
 
 
 
 
 
Nicolas De loof 667bd9facb
Adopt Compose v2 (#240)
2 years ago
.github Remove temporarily the 'java' codeql analysis (#189) 3 years ago
angular Adopt Compose v2 (#240) 2 years ago
apache-php Adopt Compose v2 (#240) 2 years ago
aspnet-mssql Adopt Compose v2 (#240) 2 years ago
django Adopt Compose v2 (#240) 2 years ago
elasticsearch-logstash-kibana Adopt Compose v2 (#240) 2 years ago
fastapi Adopt Compose v2 (#240) 2 years ago
flask Adopt Compose v2 (#240) 2 years ago
flask-redis Adopt Compose v2 (#240) 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 Adopt Compose v2 (#240) 2 years ago
nginx-flask-mongo Adopt Compose v2 (#240) 2 years ago
nginx-flask-mysql Adopt Compose v2 (#240) 2 years ago
nginx-golang Adopt Compose v2 (#240) 2 years ago
nginx-golang-mysql Adopt Compose v2 (#240) 2 years ago
nginx-golang-postgres Adopt Compose v2 (#240) 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 Adopt Compose v2 (#240) 2 years ago
plex Adopt Compose v2 (#240) 2 years ago
portainer Adopt Compose v2 (#240) 2 years ago
postgresql-pgadmin Adopt Compose v2 (#240) 2 years ago
prometheus-grafana Adopt Compose v2 (#240) 2 years ago
react-express-mongodb Adopt Compose v2 (#240) 2 years ago
react-express-mysql Adopt Compose v2 (#240) 2 years ago
react-java-mysql Adopt Compose v2 (#240) 2 years ago
react-nginx Adopt Compose v2 (#240) 2 years ago
react-rust-postgres Adopt Compose v2 (#240) 2 years ago
sparkjava Adopt Compose v2 (#240) 2 years ago
sparkjava-mysql Adopt Compose v2 (#240) 2 years ago
spring-postgres Adopt Compose v2 (#240) 2 years ago
traefik-golang Adopt Compose v2 (#240) 2 years ago
vuejs Adopt Compose v2 (#240) 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 Adopt Compose v2 (#240) 2 years ago
awesome-compose.jpg repo init 4 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

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

Contribute

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