feat: save server code

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/825/head
Xinwei Xiong(cubxxw-openim) 2 years ago
parent b818259100
commit 0f05ff52a3
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

@ -99,10 +99,9 @@ services:
command: minio server /data --console-address ':9090' command: minio server /data --console-address ':9090'
openim-server: openim-server:
# image: ghcr.io/openimsdk/openim-server:latest # image: ghcr.io/openimsdk/openim-server:release-v3.2
image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:latest image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:release-v3.2
# image: openim/openim-server:latest # image: openim/openim-server:release-v3.2
# build: .
container_name: openim-server container_name: openim-server
# healthcheck: # healthcheck:
# test: ["CMD-SHELL", "./scripts/check-all.sh"] # test: ["CMD-SHELL", "./scripts/check-all.sh"]
@ -129,9 +128,9 @@ services:
max-file: "2" max-file: "2"
openim-chat: openim-chat:
# image: ghcr.io/openimsdk/openim-chat:latest # image: ghcr.io/openimsdk/openim-server:release-v1.2
image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-chat:latest image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:release-v1.2
# image: openim/openim-chat:latest # image: openim/openim-server:release-v1.2
container_name: openim-chat container_name: openim-chat
# healthcheck: # healthcheck:
# test: ["CMD-SHELL", "./scripts/check-all.sh"] # test: ["CMD-SHELL", "./scripts/check-all.sh"]
@ -181,7 +180,6 @@ services:
network_mode: "host" network_mode: "host"
volumes: volumes:
data_volume:
openim-chat_logs: openim-chat_logs:
openim-chat_config: openim-chat_config:
openim-chat_scripts: openim-chat_scripts:

Loading…
Cancel
Save