Aucune description

dependabot[bot] e9a4aa8f39 Bump validator from 13.7.0 to 13.15.22 in /react-express-mongodb/backend il y a 2 mois
.github e4a26f0745 Remove temporarily the 'java' codeql analysis (#189) il y a 4 ans
angular 18f59bdb09 remove references to Dev Environments feature il y a 1 an
apache-php 18f59bdb09 remove references to Dev Environments feature il y a 1 an
aspnet-mssql 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
django 18f59bdb09 remove references to Dev Environments feature il y a 1 an
elasticsearch-logstash-kibana 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
fastapi 18f59bdb09 remove references to Dev Environments feature il y a 1 an
flask 18f59bdb09 remove references to Dev Environments feature il y a 1 an
flask-redis 18f59bdb09 remove references to Dev Environments feature il y a 1 an
gitea-postgres 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
minecraft 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
nextcloud-postgres 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
nextcloud-redis-mariadb 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
nginx-aspnet-mysql 18f59bdb09 remove references to Dev Environments feature il y a 1 an
nginx-flask-mongo 18f59bdb09 remove references to Dev Environments feature il y a 1 an
nginx-flask-mysql 18f59bdb09 remove references to Dev Environments feature il y a 1 an
nginx-golang 18f59bdb09 remove references to Dev Environments feature il y a 1 an
nginx-golang-mysql 18f59bdb09 remove references to Dev Environments feature il y a 1 an
nginx-golang-postgres 18f59bdb09 remove references to Dev Environments feature il y a 1 an
nginx-nodejs-redis 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
nginx-wsgi-flask 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
official-documentation-samples e3ea3e9044 Add compose samples from docs (#305) il y a 3 ans
pihole-cloudflared-DoH 576298fe09 Fix PiHole Docs Typo (#284) il y a 3 ans
plex 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
portainer 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
postgresql-pgadmin f571d32d60 Fix Typo postgresql-pgadmin compose (#289) il y a 3 ans
prometheus-grafana 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
react-express-mongodb e9a4aa8f39 Bump validator from 13.7.0 to 13.15.22 in /react-express-mongodb/backend il y a 2 mois
react-express-mysql 18f59bdb09 remove references to Dev Environments feature il y a 1 an
react-java-mysql 18f59bdb09 remove references to Dev Environments feature il y a 1 an
react-nginx 18f59bdb09 remove references to Dev Environments feature il y a 1 an
react-rust-postgres 18f59bdb09 remove references to Dev Environments feature il y a 1 an
sparkjava 18f59bdb09 remove references to Dev Environments feature il y a 1 an
sparkjava-mysql 18f59bdb09 remove references to Dev Environments feature il y a 1 an
spring-postgres 18f59bdb09 remove references to Dev Environments feature il y a 1 an
traefik-golang 18f59bdb09 remove references to Dev Environments feature il y a 1 an
vuejs 18f59bdb09 remove references to Dev Environments feature il y a 1 an
wasmedge-kafka-mysql 18f59bdb09 remove references to Dev Environments feature il y a 1 an
wasmedge-mysql-nginx 18f59bdb09 remove references to Dev Environments feature il y a 1 an
wireguard 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
wordpress-mysql 667bd9facb Adopt Compose v2 (#240) il y a 3 ans
.gitattributes 1936fc4fe2 repo init il y a 6 ans
CONTRIBUTING.md 95129959d2 the il y a 5 ans
LICENSE 790db4206c Update License to CC0 il y a 5 ans
MAINTAINERS 7fcb573db6 Compliance to awesome repository requirements il y a 5 ans
README.md 18f59bdb09 remove references to Dev Environments feature il y a 1 an
awesome-compose.jpg 1936fc4fe2 repo init il y a 6 ans
icon_wasm.svg e6b1d2755f Feat: add Docker+wasm examples (#309) il y a 3 ans
open_in_new.svg c2f8036fd3 Add "Open in Docker Dev Environments" links (#280) il y a 3 ans

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

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.