Browse Source

版本升级

dev_shibei_match
wxz 5 years ago
parent
commit
40424ca30d
  1. 2
      epmet-module/epmet-heart/epmet-heart-server/Dockerfile
  2. 2
      epmet-module/epmet-heart/epmet-heart-server/deploy/docker-compose-prod.yml
  3. 2
      epmet-module/epmet-heart/epmet-heart-server/pom.xml

2
epmet-module/epmet-heart/epmet-heart-server/Dockerfile

@ -8,4 +8,4 @@ COPY ./target/*.jar ./epmet-heart.jar
EXPOSE 8090
ENTRYPOINT ["sh", "-c", "$RUN_INSTRUCT"]
ENTRYPOINT ["sh", "-c", "exec $RUN_INSTRUCT"]

2
epmet-module/epmet-heart/epmet-heart-server/deploy/docker-compose-prod.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
epmet-heart-server:
container_name: epmet-heart-server-prod
image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-master/epmet-heart-server:0.0.56
image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-master/epmet-heart-server:0.0.57
ports:
- "8111:8111"
network_mode: host # 使用现有网络

2
epmet-module/epmet-heart/epmet-heart-server/pom.xml

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>0.0.56</version>
<version>0.0.57</version>
<parent>
<groupId>com.epmet</groupId>
<artifactId>epmet-heart</artifactId>

Loading…
Cancel
Save