10 lines
173 B
YAML
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
|