Skip to content

Commit

Permalink
feat: env
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Sep 29, 2024
1 parent 8eb2415 commit c2cb8c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ ALERTMANAGER_IMAGE=prom/alertmanager:v0.27.0 # Alertmanager for Prometheus image
GRAFANA_IMAGE=grafana/grafana:11.0.1 # Grafana visualization tool image version
ETCD_IMAGE=quay.io/coreos/etcd:v3.5.13

OPENIM_WEB_FRONT_IMAGE=openim/openim-web-front:release-v3.8.0
OPENIM_WEB_FRONT_IMAGE=openim/openim-web-front:release-v3.8.1
OPENIM_ADMIN_FRONT_IMAGE=openim/openim-admin-front:release-v1.8.0

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

# OpenIM server and chat service images
OPENIM_SERVER_IMAGE=openim/openim-server:release-v3.8 # OpenIM server application image version
OPENIM_SERVER_IMAGE=openim/openim-server:release-v3.8.1 # OpenIM server application image version
#OPENIM_SERVER_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:release-v3.7

OPENIM_CHAT_IMAGE=openim/openim-chat:release-v1.8 # OpenIM chat application image version
OPENIM_CHAT_IMAGE=openim/openim-chat:release-v1.8.1 # OpenIM chat application image version
#OPENIM_CHAT_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-chat:release-v1.7


Expand Down

0 comments on commit c2cb8c4

Please sign in to comment.