mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-03 08:58:12 +08:00
* refactor(changelog): modernize generator and workflows * fix(core): reduce max file descriptor limit * test(core): use stable Go in build test workflow * refactor(core): use golang alpine base image * fix(build): limit docker compose parallelism * refactor(build): inline compose build logic * fix(core): reorder Dockerfile ARG declarations
19 lines
366 B
YAML
19 lines
366 B
YAML
serviceBinaries:
|
|
openim-api: 1
|
|
openim-crontask: 1
|
|
openim-rpc-user: 1
|
|
openim-msggateway: 1
|
|
openim-push: 8
|
|
openim-msgtransfer: 8
|
|
openim-rpc-conversation: 1
|
|
openim-rpc-auth: 1
|
|
openim-rpc-group: 1
|
|
openim-rpc-friend: 1
|
|
openim-rpc-msg: 1
|
|
openim-rpc-third: 1
|
|
toolBinaries:
|
|
- check-free-memory
|
|
- check-component
|
|
- seq
|
|
maxFileDescriptors: 10000
|