Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 715 Bytes

rpi-node-haproxy-example

Run three Node.js webservers behind haproxy with docker-compose on Raspberry Pi.

This is the sample code to the blog post http://blog.hypriot.com/post/docker-compose-nodejs-haproxy/.

To run it on your Raspberry Pi just clone the repo and follow the blog post.

You have to install docker-compose as described in https://github.com/hypriot/compose#installation-and-documentation.

Then clone the repo and run all four containers.

git clone https://github.com/hypriot/rpi-node-haproxy-example
cd rpi-node-haproxy-example
docker-compose up