mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-06-05 12:58:15 +08:00
* feat(build): add unified server image build flow Consolidate service image definitions into a single server build setup, and update CI workflows to use it. * fix(ci): correct Docker image tag generation
73 lines
1.1 KiB
YAML
73 lines
1.1 KiB
YAML
services:
|
|
openim-api:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-crontask:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-msggateway:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-msgtransfer:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-push:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-rpc-auth:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-rpc-conversation:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-rpc-friend:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-rpc-group:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-rpc-msg:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-rpc-third:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
openim-rpc-user:
|
|
build:
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|