Skip to content
/ docker-lnmn Public template

deploy lnmn(Linux+nginx+mysql/mongo+nodejs) using docker

License

Notifications You must be signed in to change notification settings

YMC-GitHub/docker-lnmn

Repository files navigation

introduction

deploy lnmn(Linux+Nginx+mysql/mongo+nodejs) using docker

about architecture

architecture

The whole app is divided into three Containers:

  1. nginx is running in nginx Container, which handles requests and makes responses.
  2. node is put in nodejs Container, it retrieves nodejs scripts from host, interprets, executes then responses to Nginx. If necessary, it will connect to mongo as well.
  3. mongo lies in mongo Container,

Our app scripts are located on host, you can edit files directly without rebuilding/restarting whole images/containers.

build your images

At first, you should have had Docker and Docker Compose installed.

$ docker-compose build

create,start and run your containers

Without building images one by one, you can make use of $(docker-compose) and simply use:

$ docker-compose up --detach

For more operations to containers, please refer to:

$ docker-compose --help

Check out your https://<docker-host> and have fun

i prefer to use : docker-compose up --build --detach

contributors

ymc-github yemiancheng@gmail.com

license

MIT

About

deploy lnmn(Linux+nginx+mysql/mongo+nodejs) using docker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages