open-im-server/start-config.yml
dsx137 b67c03b33e
refactor(changelog): modernize generator and workflows (#3752)
* 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
2026-07-02 16:37:28 +08:00

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