Madhu Kumar f06d93bd78 Update Dockerfile
Changes included in this PR
vuejs/vuejs/Dockerfile
We recommend upgrading to node:14.18.2-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-ALPINE311-APKTOOLS-1534687	No Known Exploit
high severity	400	Improper Certificate Validation
SNYK-ALPINE311-OPENSSL-1089242	No Known Exploit
high severity	400	Out-of-bounds Read
SNYK-ALPINE311-OPENSSL-1569447	No Known Exploit
critical severity	500	Buffer Overflow
SNYK-ALPINE311-OPENSSL-1569451	No Known Exploit
critical severity	500	Buffer Overflow
SNYK-ALPINE311-OPENSSL-1569451	No Known Exploit
2022-02-19 22:21:07 +01:00
2021-12-09 16:15:57 +01:00
2022-02-19 22:21:07 +01:00
2022-01-11 22:49:21 +01:00
2020-02-12 18:16:42 +01:00
2020-02-12 18:16:42 +01:00
the
2020-07-27 22:14:01 -05:00
2020-03-26 09:44:12 +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.

Description
Awesome Docker Compose samples
Readme 15 MiB
Languages
HTML 35.6%
Dockerfile 16%
Rust 9.4%
TypeScript 9.2%
Java 6.1%
Other 23.6%