Skip to content

Commit 28ad557

Browse files
author
sunminghui
committed
update img version
1 parent ef74c5e commit 28ad557

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- 📢 消息即时推送
1212
- 审查结果一键直达 钉钉、企业微信 或 飞书,代码问题无处可藏!
1313
- 📅 自动化日报生成
14-
- 基于 GitLab Commit 记录,自动整理每日开发进展,谁在摸鱼、谁在卷,一目了然 😼。
14+
- 基于 GitLab & GitHub Commit 记录,自动整理每日开发进展,谁在摸鱼、谁在卷,一目了然 😼。
1515
- 📊 可视化 Dashboard
1616
- 集中展示所有 Code Review 记录,项目统计、开发者统计,数据说话,甩锅无门!
1717
- 🎭 Review Style 任你选

docker-compose.rq.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
target: app
8-
image: ghcr.io/sunmh207/ai-codereview-gitlab:1.3.5
8+
image: ghcr.io/sunmh207/ai-codereview-gitlab:1.3.6
99
ports:
1010
- "5001:5001"
1111
- "5002:5002"
@@ -24,7 +24,7 @@ services:
2424
context: .
2525
dockerfile: Dockerfile
2626
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
2828
volumes_from:
2929
- app
3030
env_file:
@@ -42,7 +42,7 @@ services:
4242
# context: .
4343
# dockerfile: Dockerfile
4444
# 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
4646
# volumes_from:
4747
# - app
4848
# env_file:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
context: .
55
dockerfile: Dockerfile
66
target: app
7-
image: ghcr.io/sunmh207/ai-codereview-gitlab:1.3.5
7+
image: ghcr.io/sunmh207/ai-codereview-gitlab:1.3.6
88
ports:
99
- "5001:5001"
1010
- "5002:5002"

0 commit comments

Comments
 (0)