Skip to content

DockerCompose-LoadBalanced nginx nodejs mysql mariadb nodejs

License

Notifications You must be signed in to change notification settings

Tonyangl/DockerCompose-LoadBalanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.