Browse Source

statis升级

dev
jianjun 5 years ago
parent
commit
6844eec301
  1. 4
      epmet-module/epmet-oss/epmet-oss-server/deploy/docker-compose-prod.yml
  2. 2
      epmet-module/epmet-oss/epmet-oss-server/pom.xml

4
epmet-module/epmet-oss/epmet-oss-server/deploy/docker-compose-prod.yml

@ -3,7 +3,7 @@ services:
epmet-oss-server:
container_name: epmet-oss-server-prod
# image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-test/epmet-oss-server:0.3.2
image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-master/epmet-oss-server:0.3.27
image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-master/epmet-oss-server:0.3.28
ports:
- "8083:8083"
network_mode: host # 使用现有网络
@ -16,4 +16,4 @@ services:
resources:
limits:
cpus: '0.1'
memory: 600M
memory: 600M

2
epmet-module/epmet-oss/epmet-oss-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.3.27</version>
<version>0.3.28</version>
<parent>
<groupId>com.epmet</groupId>
<artifactId>epmet-oss</artifactId>

Loading…
Cancel
Save