docker-compose

A 1-post collection

Legion of Heroes: haproxy, nginx, Angular 2, ASP.NET Core, Redis and Docker

I have been following the Angular 2 and ASP.NET Core stories pretty close over the past year, and of course not ignoring Docker. I wanted to take some time and see what it would be like to take all of these different technologies, put each of them in a Docker container, start up the entire application with docker-compose and then scale each layer. Be sure to checkout my Plurasight Play by Play w/ John Papa on ASP.NET Core on Any OS here. Angular 2 The Angular 2 Team has done a great job with their documentation and provided an awesome tutorial called Tour of Heroes developed by John Papa (@john_papa). I grabbed that code from the tutorial...