Run Meteor with Nginx in Docker


Summary of my bookmarked Github repositories from Aug 18th, 2016

Github repositories

  • lo-tp/MeteorN

    MeteorN is a tool that allows you to run your Meteor app with an Nginx reverse proxy in Docker containers. It serves multiple purposes such as acting as a firewall or load balancer, but its most important function is adding SSL support to your web app. The project consists of two parts: the Basic version for non-SSL usage and the SSLImplemented version for SSL support. Instructions are provided for each version, including building your app, cloning MeteorN, and running Docker commands. Additional information is given on using the lsEncrypt version and configuring a Mongo replica set. The Nginx reverse proxy can also be customized for other functionalities.