Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
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
吴学德
gdtel-gztel-school-center
Commits
b4409521
Commit
b4409521
authored
Mar 06, 2020
by
弓厶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改维护文件
parent
1ea23bdd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
deploy/prod/winsun-docker-application-list/core/Dockerfile
+2
-2
deploy/prod/winsun-docker-application-list/eureka/Dockerfile
+2
-2
deploy/prod/winsun-docker-application-list/gateway/Dockerfile
+2
-2
No files found.
deploy/prod/winsun-docker-application-list/core/Dockerfile
View file @
b4409521
...
...
@@ -4,4 +4,4 @@ ENV JAR_NAME=core \
TZ=Asia/Shanghai
COPY
$JAR_NAME.jar $JAR_NAME.jar
EXPOSE
11002
CMD
java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
CMD
java -jar -Xms512m -Xmx512m $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
deploy/prod/winsun-docker-application-list/eureka/Dockerfile
View file @
b4409521
...
...
@@ -4,4 +4,4 @@ ENV JAR_NAME=eureka \
TZ=Asia/Shanghai
COPY
eureka.jar eureka.jar
EXPOSE
21000
CMD
java -jar eureka.jar --spring.profiles.active=prod
\ No newline at end of file
CMD
java -jar -Xms256m -Xmx256m eureka.jar --spring.profiles.active=prod
\ No newline at end of file
deploy/prod/winsun-docker-application-list/gateway/Dockerfile
View file @
b4409521
...
...
@@ -4,4 +4,4 @@ ENV JAR_NAME=gateway \
TZ=Asia/Shanghai
COPY
$JAR_NAME.jar $JAR_NAME.jar
EXPOSE
10001
CMD
java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
CMD
java -jar -Xms512m -Xmx512m $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
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