项目作者: Tonyangl

项目描述 :
DockerCompose-LoadBalanced nginx nodejs mysql mariadb nodejs
高级语言: Dockerfile
项目地址: git://github.com/Tonyangl/DockerCompose-LoadBalanced.git
创建时间: 2018-07-24T07:02:49Z
项目社区:https://github.com/Tonyangl/DockerCompose-LoadBalanced

开源协议:MIT License

下载


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:

  1. docker-compose up --build

To run the alpine version (5MB image):

  1. 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.