10 lines
185 B
YAML
10 lines
185 B
YAML
version: "3"
|
|
|
|
services:
|
|
gitlab_monitor:
|
|
image: git.yingbo.im:333/zhaoyingbo/gitlab_monitor:sha
|
|
container_name: gitlab_monitor
|
|
restart: always
|
|
ports:
|
|
- 3001:3000
|