Skip to content

A quick demo of how cool docker is using a simple load-balanced php app and a python api

Notifications You must be signed in to change notification settings

MillsapCyber/Docker-Fibonacci-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Fibonacci-Demo

A quick demo of how cool docker is using a simple load-balanced php app and a python api

Load-Balancer

  • By using docker-compose scale and an Nginx proxy (included in the repo), we can achieve round robin DNS load balancing. Just launch the app with the following command
  • docker-compose up --scale app=4 --scale api=4

About

A quick demo of how cool docker is using a simple load-balanced php app and a python api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published