Commit 9f8b4ab2 by 黄森林

Merge remote-tracking branch 'origin/master'

parents ba9eda5f 481e08cd
......@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="gateway"
ENV JAR_NAME=gateway \
TZ=Asia/Shanghai
COPY $JAR_NAME.jar $JAR_NAME.jar
EXPOSE 11001
EXPOSE 10001
CMD java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
......@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="renewaluser"
ENV JAR_NAME=renewaluser \
TZ=Asia/Shanghai
COPY $JAR_NAME.jar $JAR_NAME.jar
EXPOSE 11094
EXPOSE 11095
CMD java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
......@@ -25,7 +25,7 @@
<parent>
<groupId>com.winsun.framework</groupId>
<artifactId>winsun-parent</artifactId>
<version>0.1.49</version>
<version>0.1.50</version>
</parent>
<properties>
......
......@@ -12,7 +12,7 @@ eureka:
serviceUrl:
defaultZone: http://eureka:20000/eureka/
server:
port: 11094
port: 11095
servlet:
context-path: /ciop
tomcat:
......
......@@ -10,7 +10,7 @@ eureka:
serviceUrl:
defaultZone: http://localhost:20000/eureka/
server:
port: 11094
port: 11095
servlet:
context-path: /ciop
tomcat:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment