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.
 
 
 
 
 
 
Milas Bowman f3293008b0
nginx-golang-mysql: add dev envs support (#274)
2 years ago
.github Remove temporarily the 'java' codeql analysis (#189) 3 years ago
angular angular: fix readme for dev envs (#260) 2 years ago
apache-php apache-php: add dev envs config 2 years ago
aspnet-mssql Adopt Compose v2 (#240) 2 years ago
django add configuration to use django sample with Docker Dev Environments feature (#252) 2 years ago
elasticsearch-logstash-kibana Adopt Compose v2 (#240) 2 years ago
fastapi fastapi: add dev envs support 2 years ago
flask flask: dev envs support & misc improvements (#263) 2 years ago
flask-redis flask-redis: dev envs support & misc improvements (#265) 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 nginx-aspnet-mysql: add dev envs configuration (#267) 2 years ago
nginx-flask-mongo nginx-flask-mongo: add dev envs support (#268) 2 years ago
nginx-flask-mysql nginx-flask-mysql: add dev envs support (#272) 2 years ago
nginx-golang nginx-golang: add dev envs support (#273) 2 years ago
nginx-golang-mysql nginx-golang-mysql: add dev envs support (#274) 2 years ago
nginx-golang-postgres nginx-golang-postgres: add dev envs config (#275) 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 add configuration to use react-express-mysql sample with Docker Dev Environments feature (#270) 2 years ago
react-express-mysql add configuration to use react-express-mysql sample with Docker Dev Environments feature (#270) 2 years ago
react-java-mysql add configuration to use react-java-mysql sample with Docker Dev Environments feature 2 years ago
react-nginx add configuration to use react-nginx sample with Docker Dev Environments feature (#269) 2 years ago
react-rust-postgres add configuration to use react-rust-postgres sample with Docker Dev Environments feature (#264) 2 years ago
sparkjava add configuration to use sparkjava sample with Docker Dev Environments feature (#261) 2 years ago
sparkjava-mysql add configuration to use sparkjave-mysql sample with Docker Dev Environments feature (#257) 2 years ago
spring-postgres add configuration to use spring-postgres sample with Docker Dev Environments feature (#258) 2 years ago
traefik-golang add configuration to use traefik-golang sample with Docker Dev Environments feature (#254) 2 years ago
vuejs add configuration to use vuejs sample with Docker Dev Environments feature (#253) 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
dev-envs.png angular: add dev envs configuration 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

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.