diff --git a/README.md b/README.md
index 61a1e44..7878fae 100644
--- a/README.md
+++ b/README.md
@@ -74,4 +74,4 @@ SeverIP就是VM对外的公网IP地址。
理论上,上述方法同样适用在各种Linux环境,甚至在云平台VM中安装AppHub,目前我们已经验证适用Azure和阿里云VM。
| Release version | DockerHub | docker tag |
| :------------------- | :-------------- | :----------|
-| V2.2.0 | edgesolution/apphub-manager:v2.2.0
edgesolution/apphub-emqx:v1.2
edgesolution/apphub-novnc:v1.2
edgesolution/apphub-postgres:v1.0
edgesolution/apphub-minio:v1.0
edgesolution/apphub-ithings:v1.3
edgesolution/apphub-influxdb:v1.1 | eidevice/androiddm-javaenv-slim-dev:v6.7.34
eidevice/apphub-emqx-dev:v1.1.2
eidevice/apphub-novnc-dev:v1.0.1
eidevice/androiddm-postgres-dev:v1.1
eidevice/androiddm-minio-dev:v1.1
eidevice/apphub-ithings:v2.9.30
eidevice/influxdb-1.8:v1.0.6
|
+| V2.3.0 | harbor.arfa.wise-paas.com/edgesolution/apphub-manager:v2.3.0
harbor.arfa.wise-paas.com/edgesolution/apphub-emqx:v1.2
harbor.arfa.wise-paas.com/edgesolution/apphub-novnc:v1.2
harbor.arfa.wise-paas.com/edgesolution/apphub-postgres:v1.1
harbor.arfa.wise-paas.com/edgesolution/apphub-minio:v1.1
harbor.arfa.wise-paas.com/edgesolution/apphub-ithings:v1.4
harbor.arfa.wise-paas.com/edgesolution/apphub-influxdb:v1.2 | eidevice/apphub-manager:v6.7.71
edgesolution/apphub-emqx:v1.2
edgesolution/apphub-novnc:v1.2
eidevice/apphub-postgres:v1.0.1
eidevice/apphub-minio:v1.0.4
eidevice/apphub-ithings:v2.9.44
eidevice/apphub-influxdb:v1.0.6
|
diff --git a/docker-compose.yml b/docker-compose.yml
index 8a8e462..7958796 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3'
services:
androidlink:
- image: edgesolution/apphub-manager:v2.2.0
+ image: harbor.arfa.wise-paas.com/edgesolution/apphub-manager:v2.3.0
restart: always
depends_on:
- mqtt
@@ -30,7 +30,7 @@ services:
networks:
- advnet
ithing:
- image: edgesolution/apphub-ithings:v1.3
+ image: harbor.arfa.wise-paas.com/edgesolution/apphub-ithings:v1.4
restart: always
depends_on:
- mqtt
@@ -51,7 +51,7 @@ services:
networks:
- advnet
mqtt:
- image: edgesolution/apphub-emqx:v1.2
+ image: harbor.arfa.wise-paas.com/edgesolution/apphub-emqx:v1.2
restart: always
ports:
- "1883:1883"
@@ -63,7 +63,7 @@ services:
networks:
- advnet
db:
- image: edgesolution/apphub-postgres:v1.0
+ image: harbor.arfa.wise-paas.com/edgesolution/apphub-postgres:v1.1
restart: always
ports:
- "5432:5432"
@@ -81,7 +81,7 @@ services:
networks:
- advnet
novnc:
- image: edgesolution/apphub-novnc:v1.2
+ image: harbor.arfa.wise-paas.com/edgesolution/apphub-novnc:v1.2
restart: always
volumes:
- ./noVnc/log/:/root/adv/log
@@ -89,25 +89,25 @@ services:
- "9191:9191"
- "5901:5901"
- "5500:5500"
- - "50500-50700:50500-50700"
+ - "50500-50520:50500-50520"
- "8024:8024"
command: /root/adv/run.sh
container_name: apphub-nat
networks:
- advnet
minio:
- image: edgesolution/apphub-minio:v1.0
+ image: harbor.arfa.wise-paas.com/edgesolution/apphub-minio:v1.1
restart: always
ports:
- "9000:9000"
volumes:
- ./minio/data:/data
- command: server /data
+ command: /root/adv/run.sh
container_name: minio
networks:
- advnet
influxDB:
- image: edgesolution/apphub-influxdb:v1.1
+ image: harbor.arfa.wise-paas.com/edgesolution/apphub-influxdb:v1.2
restart: always
ports:
- "8086:8086"