gitlab_monitor/docker-compose.yml
zhaoyingbo bc441827ec
All checks were successful
CI Monitor CI/CD / build-image (push) Successful in 21s
CI Monitor CI/CD / deploy (push) Successful in 26s
feat: 支持机器人
2024-03-07 12:05:10 +00:00

10 lines
173 B
YAML

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