File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
- 📢 消息即时推送
12
12
- 审查结果一键直达 钉钉、企业微信 或 飞书,代码问题无处可藏!
13
13
- 📅 自动化日报生成
14
- - 基于 GitLab Commit 记录,自动整理每日开发进展,谁在摸鱼、谁在卷,一目了然 😼。
14
+ - 基于 GitLab & GitHub Commit 记录,自动整理每日开发进展,谁在摸鱼、谁在卷,一目了然 😼。
15
15
- 📊 可视化 Dashboard
16
16
- 集中展示所有 Code Review 记录,项目统计、开发者统计,数据说话,甩锅无门!
17
17
- 🎭 Review Style 任你选
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
context : .
6
6
dockerfile : Dockerfile
7
7
target : app
8
- image : ghcr.io/sunmh207/ai-codereview-gitlab:1.3.5
8
+ image : ghcr.io/sunmh207/ai-codereview-gitlab:1.3.6
9
9
ports :
10
10
- " 5001:5001"
11
11
- " 5002:5002"
@@ -24,7 +24,7 @@ services:
24
24
context : .
25
25
dockerfile : Dockerfile
26
26
target : worker
27
- image : ghcr.io/sunmh207/ai-codereview-gitlab:1.3.5 -worker
27
+ image : ghcr.io/sunmh207/ai-codereview-gitlab:1.3.6 -worker
28
28
volumes_from :
29
29
- app
30
30
env_file :
@@ -42,7 +42,7 @@ services:
42
42
# context: .
43
43
# dockerfile: Dockerfile
44
44
# target: worker
45
- # image: ghcr.io/sunmh207/ai-codereview-gitlab:1.3.5 -worker
45
+ # image: ghcr.io/sunmh207/ai-codereview-gitlab:1.3.6 -worker
46
46
# volumes_from:
47
47
# - app
48
48
# env_file:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
context : .
5
5
dockerfile : Dockerfile
6
6
target : app
7
- image : ghcr.io/sunmh207/ai-codereview-gitlab:1.3.5
7
+ image : ghcr.io/sunmh207/ai-codereview-gitlab:1.3.6
8
8
ports :
9
9
- " 5001:5001"
10
10
- " 5002:5002"
You can’t perform that action at this time.
0 commit comments