Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 714 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 714 Bytes

nginx 1.11.10 License MIT

This is a docker-compose setup running an express app, being load-balanced through NGINX.

All NGINX configs has been intensely commented and explained, as well as the DockerFiles.

Requirements

Usage

To run it:

docker-compose up --build

To run the alpine version (5MB image):

docker-compose -f docker-compose-alpine.yml up --build

Contributing

If you feel that something is missing, make an issue! 🙂 If you want do add something, just make a Pull Request.