Skip to content

mzabalza/docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose

These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose. collection of services running with docker-compose

Samples of Docker Compose applications with multiple integrated services

Getting started

Prerequisites

  • Docker
  • Docker Compose

Running a sample

The root directory of each sample contains the docker-compose.yml 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 --build

To stop and remove all containers of the sample application run:

docker-compose down

About

collection of Docker Compose samples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages