You cannot 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)
* Add Docker Desktop Development Environments config
* Use nginx image with read-only bind mount instead of building a
  custom image
* Upgrade Go dependencies

Co-authored-by: Guillaume Lours <guillaume@lours.me>
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2 years ago
.github
angular angular: fix readme for dev envs (#260) 2 years ago
apache-php
aspnet-mssql
django add configuration to use django sample with Docker Dev Environments feature (#252) 2 years ago
elasticsearch-logstash-kibana
fastapi fastapi: add dev envs support 3 years ago
flask flask: dev envs support & misc improvements (#263) 3 years ago
flask-redis flask-redis: dev envs support & misc improvements (#265) 3 years ago
gitea-postgres
minecraft
nextcloud-postgres
nextcloud-redis-mariadb
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
nginx-wsgi-flask
pihole-cloudflared-DoH
plex
portainer
postgresql-pgadmin
prometheus-grafana
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
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) 3 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) 3 years ago
spring-postgres add configuration to use spring-postgres sample with Docker Dev Environments feature (#258) 3 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
wordpress-mysql
.gitattributes
CONTRIBUTING.md
LICENSE
MAINTAINERS
README.md
awesome-compose.jpg
dev-envs.png

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.