Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
678b0cd7
Commit
678b0cd7
authored
Jan 19, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
80a43fdf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
Dockerfile
+4
-4
release-note.txt
+1
-0
xggsve-uc/app/config/settings.js
+2
-2
No files found.
Dockerfile
View file @
678b0cd7
#!/bin/bash
FROM
registry.cn-beijing.aliyuncs.com/hantang/node105:v2
FROM
registry.cn-beijing.aliyuncs.com/hantang
2
/node105:v2
MAINTAINER
jy "jiangyong@gongsibao.com"
ADD
xggsve-order /apps/xggsve-
order
/
WORKDIR
/apps/xggsve-
order
/
ADD
xggsve-order /apps/xggsve-
uc
/
WORKDIR
/apps/xggsve-
uc
/
RUN
cnpm install
-S
CMD
["node","/apps/xggsve-
order
/main.js"]
CMD
["node","/apps/xggsve-
uc
/main.js"]
...
...
release-note.txt
View file @
678b0cd7
...
...
@@ -40,6 +40,7 @@
15. xggpc release-v15.x.x
16. xggadmin release-v16.x.x
17. xggweb release-v17.x.x
18. xggsve-uc release-v21.x.x
后续号端请继续补充
查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】
...
...
xggsve-uc/app/config/settings.js
View file @
678b0cd7
...
...
@@ -4,11 +4,11 @@ var ENVINPUT = {
DB_PORT
:
process
.
env
.
DB_PORT
,
DB_USER
:
process
.
env
.
DB_USER
,
DB_PWD
:
process
.
env
.
DB_PWD
,
DB_NAME
:
process
.
env
.
XGGSVE
ORDER
_DB_NAME
,
DB_NAME
:
process
.
env
.
XGGSVE
UC
_DB_NAME
,
REDIS_HOST
:
process
.
env
.
REDIS_HOST
,
REDIS_PORT
:
process
.
env
.
REDIS_PORT
,
REDIS_PWD
:
process
.
env
.
REDIS_PWD
,
REDIS_DB
:
process
.
env
.
XGGSVE
ORDER
_REDIS_DB
,
REDIS_DB
:
process
.
env
.
XGGSVE
UC
_REDIS_DB
,
APP_ENV
:
process
.
env
.
APP_ENV
?
process
.
env
.
APP_ENV
:
"dev"
};
var
settings
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment