egg_server/docker-compose.yml
zhaoyingbo cabc23ae77
Some checks are pending
Egg CI/CD / build-image (push) Waiting to run
Egg CI/CD / deploy (push) Blocked by required conditions
feat: 支持根据用户组转发消息
2024-03-04 12:01:14 +00:00

10 lines
173 B
YAML

version: "3"
services:
egg_server:
image: git.yingbo.im:333/zhaoyingbo/egg_server:sha
container_name: egg_server
restart: always
ports:
- 3003:3000