mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 14:42:14 +08:00
update
This commit is contained in:
parent
00ccb02a8b
commit
98c15b5c46
@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.0 as build
|
||||
FROM golang:1.19.0 as build
|
||||
|
||||
WORKDIR /openim
|
||||
COPY . .
|
||||
@ -15,5 +15,5 @@ VOLUME ["/openim/logs","/openim/bin"]
|
||||
COPY --from=build /openim/bin /openim/bin
|
||||
COPY --from=build /openim/config /openim/config
|
||||
|
||||
EXPOSE 10002
|
||||
EXPOSE 10120
|
||||
CMD ["./bin/openim-api","--port", "10120"]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.0 as build
|
||||
FROM golang:1.19.0 as build
|
||||
|
||||
WORKDIR /openim
|
||||
COPY . .
|
||||
@ -15,5 +15,5 @@ VOLUME ["/openim/logs","/openim/bin"]
|
||||
COPY --from=build /openim/bin /openim/bin
|
||||
COPY --from=build /openim/config /openim/config
|
||||
|
||||
EXPOSE 10002
|
||||
CMD ["./bin/openim-api","--port", "10200"]
|
||||
EXPOSE 10190
|
||||
CMD ["./bin/openim-rpc-third","--port", "10190"]
|
||||
|
||||
@ -40,7 +40,7 @@ pipeline {
|
||||
name: "RELEASE_PROJECTS",
|
||||
type: "PT_RADIO",
|
||||
multiSelectDelimiter: " ",
|
||||
value: """api,msg_gateway,msg_transfer,push,rpc_conversation,rpc_group,rpc_msg,rpc_user,rpc_third""",
|
||||
value: """api,msg_gateway,msg_transfer,push,rpc_conversation,rpc_group,rpc_msg,rpc_user,rpc_third,rpc_friend""",
|
||||
defaultValue: "",
|
||||
description: "please choice projects to deploy"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user