Skip to content

Commit

Permalink
build: bump docker images version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Jan 3, 2025
1 parent cfacb48 commit b12447b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
command: ["redis-server", "--loglevel", "warning"]

backend:
image: registry.cn-beijing.aliyuncs.com/pingcap-ee/tidb.ai-backend:0.3.0
image: registry.cn-beijing.aliyuncs.com/pingcap-ee/tidb.ai-backend:0.4.0
restart: always
depends_on:
- redis
Expand All @@ -26,7 +26,7 @@ services:
max-file: "6"

frontend:
image: registry.cn-beijing.aliyuncs.com/pingcap-ee/tidb.ai-frontend:0.3.0
image: registry.cn-beijing.aliyuncs.com/pingcap-ee/tidb.ai-frontend:0.4.0
restart: always
depends_on:
- backend
Expand All @@ -41,7 +41,7 @@ services:
max-file: "6"

background:
image: registry.cn-beijing.aliyuncs.com/pingcap-ee/tidb.ai-backend:0.3.0
image: registry.cn-beijing.aliyuncs.com/pingcap-ee/tidb.ai-backend:0.4.0
restart: always
depends_on:
- redis
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
command: ["redis-server", "--loglevel", "warning"]

backend:
image: tidbai/backend:0.3.0
image: tidbai/backend:0.4.0
restart: always
depends_on:
- redis
Expand All @@ -26,7 +26,7 @@ services:
max-file: "6"

frontend:
image: tidbai/frontend:0.3.0
image: tidbai/frontend:0.4.0
restart: always
depends_on:
- backend
Expand All @@ -41,7 +41,7 @@ services:
max-file: "6"

background:
image: tidbai/backend:0.3.0
image: tidbai/backend:0.4.0
restart: always
depends_on:
- redis
Expand Down

0 comments on commit b12447b

Please sign in to comment.