No description
Find a file
Leon Stoldt 1fd4ba878d Adding postgreSQL / pgAdmin example
Signed-off-by: Leon Stoldt <tech@leon-stoldt.de>
2021-08-07 14:39:17 +02:00
.github Create codeql-analysis.yml (#129) 2021-04-14 09:54:36 +02:00
angular
apache-php Fix security issues : Update Packages (#150) 2021-07-06 18:05:58 +01:00
aspnet-mssql Migrate aspnet-mssql sample to .NET 5 🚀 (#143) 2021-05-21 17:43:15 +01:00
django Update dependencies for django and express samples (#128) 2021-04-13 14:29:52 +02:00
elasticsearch-logstash-kibana
flask
gitea-postgres Add missing expose field to docker compose files (#124) 2021-04-30 22:29:16 +02:00
minecraft
nextcloud-postgres Add missing expose field to docker compose files (#124) 2021-04-30 22:29:16 +02:00
nextcloud-redis-mariadb Add missing expose field to docker compose files (#124) 2021-04-30 22:29:16 +02:00
nginx-aspnet-mysql Add nginx-aspnet-mysql implementation (#119) 2021-04-23 16:06:27 +02:00
nginx-flask-mongo Fix typo: fom -> from (#142) 2021-05-21 17:53:49 +01:00
nginx-flask-mysql add MySql healthcheck to dependency for backend (#148) 2021-05-31 08:53:18 +01:00
nginx-golang
nginx-golang-mysql Update nginx-golang-mysql dockercompose (#141) 2021-05-21 17:10:59 +01:00
nginx-golang-postgres Add missing expose field to docker compose files (#124) 2021-04-30 22:29:16 +02:00
nginx-wsgi-flask init (#120) 2021-04-06 11:54:06 +02:00
pihole-cloudflared-DoH Added Pi-hole / cloudflared example for use of DoH 2021-08-07 14:35:02 +02:00
plex Adding Plex example 2021-08-07 14:36:28 +02:00
portainer Adding portainer example 2021-08-07 14:37:23 +02:00
postgresql-pgadmin Adding postgreSQL / pgAdmin example 2021-08-07 14:39:17 +02:00
prometheus-grafana fixed the broken link docker-compose.yaml in README.md of prometheus-grafana (#152) 2021-07-06 18:01:53 +01:00
react-express-mongodb fix(docs): corrects typo in project documentation. (#137) 2021-05-31 09:08:29 +01:00
react-express-mysql Fix security issues (#147) 2021-05-31 08:54:02 +01:00
react-java-mysql Add missing expose field to docker compose files (#124) 2021-04-30 22:29:16 +02:00
react-rust-postgres refacto(react-rust-postgres): replace rocket by actix-web (#153) 2021-07-06 18:00:16 +01:00
sparkjava
sparkjava-mysql Add missing expose field to docker compose files (#124) 2021-04-30 22:29:16 +02:00
spring-postgres Add missing expose field to docker compose files (#124) 2021-04-30 22:29:16 +02:00
traefik-golang
vuejs Fix security issues : Update Packages (#150) 2021-07-06 18:05:58 +01:00
wireguard Adding wireguard example 2021-08-07 14:38:20 +02:00
wordpress-mysql Update Wordpress-MySQL README (#145) 2021-05-21 17:56:18 +01:00
.gitattributes
awesome-compose.jpg
CONTRIBUTING.md
LICENSE
MAINTAINERS
README.md Adding postgreSQL / pgAdmin example 2021-08-07 14:39:17 +02:00

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 docker-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.