File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Docker-node.js
22
3- > Based on the docker to build the development environment
3+ > A development environment built using Docker
44
5- ## TODO
6- - [ ] Nginx
7- - [ ] Nodemon
8- - [ ] Test on Windows
9-
105## Software Stack
11- - MongoDB
12- - Redis
13- - MySQL
14- - Node.js 7.x
6+ - [x] MongoDB
7+ - [x] Redis
8+ - [x] MySQL
9+ - [x] Node.js 7.x
10+ - [x] Nginx
11+
12+
1513
1614## How to use it?
1715
2119
2220- [ Docker-compose] ( https://github.com/docker/compose/releases )
2321
24- #### Install
22+ #### Setup
2523
2624``` bash
2725
@@ -37,9 +35,34 @@ docker-compose up -d
3735
3836Now,you can open http://127.0.0.1:3000/ in browser
3937
38+ #### Configure
39+
40+ You can find the custom $software configuration file in ` ./docker/$software/etc/ `
41+
42+
43+ #### Data
44+
45+ You can find the $software data file in ` ./docker/$software/Data/ `
46+
47+ ## TODO
48+
49+ - [ ] Build the nginx image with the lua module
50+ - [ ] Optimize the configuration file
51+ - [ ] Test on Windows
52+
53+ ##### Why do I need a Lua module?
54+
55+ > The nginx configuration file uses environment variables
56+
57+
58+
59+
60+
4061## Change Log
4162[ Changelog.md] ( changelog.md )
4263
64+
65+
4366## Pull image
4467
4568```
You can’t perform that action at this time.
0 commit comments