No description
Find a file
Milas Bowman 9f4f9d8fb8
nginx-aspnet-mysql: add dev envs configuration (#267)
* nginx-aspnet-mysql: add dev envs configuration
* Fix/enable MySQL/MariaDB health check
* Refactor `Dockerfile` for use as Compose app as well as with
  dev envs
* nginx-aspnet-mysql: remove DB healthcheck from dev envs config

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-12 14:39:02 +02:00
.github
angular angular: fix readme for dev envs (#260) 2022-07-12 12:05:12 +02:00
apache-php apache-php: add dev envs config 2022-07-05 11:41:11 -04:00
aspnet-mssql
django add configuration to use django sample with Docker Dev Environments feature (#252) 2022-07-12 12:18:35 +02:00
elasticsearch-logstash-kibana
fastapi fastapi: add dev envs support 2022-07-05 11:59:35 -04:00
flask flask: dev envs support & misc improvements (#263) 2022-07-08 09:22:59 -04:00
flask-redis flask-redis: dev envs support & misc improvements (#265) 2022-07-08 16:48:08 +02:00
gitea-postgres
minecraft
nextcloud-postgres
nextcloud-redis-mariadb
nginx-aspnet-mysql nginx-aspnet-mysql: add dev envs configuration (#267) 2022-07-12 14:39:02 +02:00
nginx-flask-mongo nginx-flask-mongo: add dev envs support (#268) 2022-07-12 11:31:52 +02:00
nginx-flask-mysql
nginx-golang nginx-golang: add dev envs support (#273) 2022-07-12 10:27:45 +02:00
nginx-golang-mysql
nginx-golang-postgres nginx-golang-postgres: add dev envs config (#275) 2022-07-12 10:08:02 +02:00
nginx-nodejs-redis
nginx-wsgi-flask
pihole-cloudflared-DoH
plex
portainer
postgresql-pgadmin
prometheus-grafana
react-express-mongodb Fix security issues (#244) 2022-05-16 21:20:20 +02:00
react-express-mysql Fix security issues (#244) 2022-05-16 21:20:20 +02:00
react-java-mysql add configuration to use react-java-mysql sample with Docker Dev Environments feature 2022-07-05 14:48:18 +02:00
react-nginx Fix security issues (#244) 2022-05-16 21:20:20 +02:00
react-rust-postgres add configuration to use react-rust-postgres sample with Docker Dev Environments feature (#264) 2022-07-08 17:54:08 +02:00
sparkjava add configuration to use sparkjava sample with Docker Dev Environments feature (#261) 2022-07-12 12:22:52 +02:00
sparkjava-mysql add configuration to use sparkjave-mysql sample with Docker Dev Environments feature (#257) 2022-07-08 18:21:41 +02:00
spring-postgres add configuration to use spring-postgres sample with Docker Dev Environments feature (#258) 2022-07-09 00:51:47 +02:00
traefik-golang add configuration to use traefik-golang sample with Docker Dev Environments feature (#254) 2022-07-12 12:09:52 +02:00
vuejs add configuration to use vuejs sample with Docker Dev Environments feature (#253) 2022-07-12 12:13:43 +02:00
wireguard
wordpress-mysql
.gitattributes
awesome-compose.jpg
CONTRIBUTING.md
dev-envs.png angular: add dev envs configuration 2022-07-01 13:50:58 -04:00
LICENSE
MAINTAINERS
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.