Awesome Docker Compose samples
Go to file
Madhu Kumar e20c8dd50b
Security upgrade nginx from 1.19.7-alpine to 1.20.1-alpine
Changes included in this PR
nginx-wsgi-flask/nginx/Dockerfile
We recommend upgrading to nginx:1.20.1-alpine, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Some of the most important vulnerabilities in your base image include:

Severity	Priority Score / 1000	Issue	Exploit Maturity
critical severity	500	Out-of-bounds Read
SNYK-ALPINE313-APKTOOLS-1533754	No Known Exploit
critical severity	500	Double Free
SNYK-ALPINE313-CURL-1585246	No Known Exploit
critical severity	500	Double Free
SNYK-ALPINE313-CURL-1585246	No Known Exploit
critical severity	500	Buffer Overflow
SNYK-ALPINE313-OPENSSL-1569448	No Known Exploit
critical severity	500	Buffer Overflow
SNYK-ALPINE313-OPENSSL-1569448	No Known Exploit
2022-02-19 22:27:43 +01:00
.github Remove temporarily the 'java' codeql analysis (#189) 2021-12-09 12:16:47 +01:00
angular full update of the Angular sample (#176) 2021-11-04 17:22:24 +01:00
apache-php Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
aspnet-mssql Arm64 and check Compose v2 support (#177) 2021-11-08 11:41:35 +01:00
django Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
elasticsearch-logstash-kibana update versions of eleastic, logstash and kibana with fix of log Log4J v2 CVE-2021-44228 (#195) 2021-12-16 12:20:21 +01:00
fastapi Add fastapi to the list of compose projects 2021-10-10 23:38:34 +02:00
flask Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
gitea-postgres Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
minecraft Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
nextcloud-postgres Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
nextcloud-redis-mariadb Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
nginx-aspnet-mysql Arm64 and check Compose v2 support (#177) 2021-11-08 11:41:35 +01:00
nginx-flask-mongo Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
nginx-flask-mysql Arm64 and check Compose v2 support (#177) 2021-11-08 11:41:35 +01:00
nginx-golang Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
nginx-golang-mysql Arm64 and check Compose v2 support (#177) 2021-11-08 11:41:35 +01:00
nginx-golang-postgres Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
nginx-wsgi-flask Security upgrade nginx from 1.19.7-alpine to 1.20.1-alpine 2022-02-19 22:27:43 +01:00
pihole-cloudflared-DoH Added Pi-hole / cloudflared example for use of DoH 2021-08-07 14:35:02 +02:00
plex Use docker hub images and readmes updates (#190) 2021-12-09 13:09:48 +01:00
portainer Use docker hub images and readmes updates (#190) 2021-12-09 13:09:48 +01:00
postgresql-pgadmin Use docker hub images and readmes updates (#190) 2021-12-09 13:09:48 +01:00
prometheus-grafana Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
react-express-mongodb fix a typo (#191) 2021-12-09 16:15:57 +01:00
react-express-mysql Fix security issues (#179) 2021-11-22 09:51:11 +01:00
react-java-mysql Fix security issues (#179) 2021-11-22 09:51:11 +01:00
react-nginx fix security issues in react-nginx sample (#183) 2021-11-30 09:32:26 +01:00
react-rust-postgres Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
sparkjava Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
sparkjava-mysql Arm64 and check Compose v2 support (#177) 2021-11-08 11:41:35 +01:00
spring-postgres Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
traefik-golang Remove version from compose files to conform to the specification (#167) 2021-11-04 15:51:58 +01:00
vuejs fixed service name in description (#178) 2021-11-15 21:27:40 +01:00
wireguard fix typo (#197) 2022-01-11 22:49:21 +01:00
wordpress-mysql Arm64 and check Compose v2 support (#177) 2021-11-08 11:41:35 +01:00
.gitattributes repo init 2020-02-12 18:16:42 +01:00
awesome-compose.jpg repo init 2020-02-12 18:16:42 +01:00
CONTRIBUTING.md the 2020-07-27 22:14:01 -05:00
LICENSE Update License to CC0 2020-03-26 09:44:12 +01:00
MAINTAINERS Compliance to awesome repository requirements 2020-03-27 11:38:54 +01:00
README.md Use docker hub images and readmes updates (#190) 2021-12-09 13:09:48 +01: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.