mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-30 07:44:19 +08:00
feat: save server code
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
b818259100
commit
0f05ff52a3
2
.github/sync.yml
vendored
2
.github/sync.yml
vendored
@ -97,7 +97,7 @@ group:
|
|||||||
OpenIMSDK/community
|
OpenIMSDK/community
|
||||||
OpenIMSDK/openim-charts
|
OpenIMSDK/openim-charts
|
||||||
OpenIMSDK/openim-sdk-cpp@main
|
OpenIMSDK/openim-sdk-cpp@main
|
||||||
files:
|
files:
|
||||||
- source: LICENSE
|
- source: LICENSE
|
||||||
dest: LICENSE
|
dest: LICENSE
|
||||||
replace: false
|
replace: false
|
||||||
|
|||||||
@ -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…
x
Reference in New Issue
Block a user