Skip to content

Commit fb96638

Browse files
authored
fix: update OpenIM admin front and server image versions in configura… (#278)
* fix: update OpenIM admin front and server image versions in configuration * fix: update OpenIM admin front image version to release-v1.8.4-patch.2
1 parent 3f06cb3 commit fb96638

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ GRAFANA_IMAGE=grafana/grafana:11.0.1 # Grafana visualization tool image ve
99
ETCD_IMAGE=bitnamilegacy/etcd:3.5.13
1010

1111
OPENIM_WEB_FRONT_IMAGE=openim/openim-web-front:release-v3.8.3
12-
OPENIM_ADMIN_FRONT_IMAGE=openim/openim-admin-front:release-v1.8.4
12+
OPENIM_ADMIN_FRONT_IMAGE=openim/openim-admin-front:release-v1.8.4-patch.2
1313

1414
NODE_EXPORTER_IMAGE=prom/node-exporter:v1.7.0 # Prometheus Node Exporter image version
1515

1616
# OpenIM server and chat service images
17-
OPENIM_SERVER_IMAGE=openim/openim-server:v3.8.3-patch.9 # OpenIM server application image version
17+
OPENIM_SERVER_IMAGE=openim/openim-server:v3.8.3-patch.12 # OpenIM server application image version
1818
#OPENIM_SERVER_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:release-v3.8.3
1919

2020
OPENIM_CHAT_IMAGE=openim/openim-chat:v1.8.4-patch.2 # OpenIM chat application image version

docker-compose.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,14 @@ services:
262262
networks:
263263
- openim
264264

265-
# openim-admin-front:
266-
# image: ${OPENIM_ADMIN_FRONT_IMAGE}
267-
# container_name: openim-admin-front
268-
# restart: always
269-
# ports:
270-
# - "${OPENIM_ADMIN_FRONT_PORT}:80"
271-
# networks:
272-
# - openim
265+
openim-admin-front:
266+
image: ${OPENIM_ADMIN_FRONT_IMAGE}
267+
container_name: openim-admin-front
268+
restart: always
269+
ports:
270+
- "${OPENIM_ADMIN_FRONT_PORT}:80"
271+
networks:
272+
- openim
273273

274274
prometheus:
275275
image: ${PROMETHEUS_IMAGE}

0 commit comments

Comments
 (0)