Skip to content

ryanlett/docker-multi-app

 
 

Repository files navigation

#Multi-app Docker Demo

This repo contains a mult-container app setup as outlined in chapter 6 of The Docker Book.

The app consists of:

  • one container running a NodeJs web app
  • three containers running a Redis cluster (primary + 2 replicas)
  • one container running LogStash
  • one container running ElasticSearch

About

Multi app example from the Docker book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.3%
  • Shell 43.7%