Awesome Docker Compose samples
Перейти к файлу
Guillaume Lours 18f59bdb09 remove references to Dev Environments feature
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-05-18 11:08:07 +02:00
.github
angular
apache-php
aspnet-mssql
django
elasticsearch-logstash-kibana
fastapi
flask
flask-redis
gitea-postgres
minecraft
nextcloud-postgres
nextcloud-redis-mariadb
nginx-aspnet-mysql
nginx-flask-mongo
nginx-flask-mysql
nginx-golang
nginx-golang-mysql
nginx-golang-postgres
nginx-nodejs-redis
nginx-wsgi-flask
official-documentation-samples
pihole-cloudflared-DoH
plex
portainer
postgresql-pgadmin
prometheus-grafana
react-express-mongodb
react-express-mysql
react-java-mysql
react-nginx
react-rust-postgres
sparkjava
sparkjava-mysql
spring-postgres
traefik-golang
vuejs
wasmedge-kafka-mysql
wasmedge-mysql-nginx
wireguard
wordpress-mysql
.gitattributes
CONTRIBUTING.md
LICENSE
MAINTAINERS
README.md
awesome-compose.jpg
icon_wasm.svg
open_in_new.svg

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

Docker + wasm 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.