Sem descrição

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

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.