Skip to content

Commit

Permalink
[YMIR] 2.5.0 update version (#1764)
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
phoenix-xhuang authored Jun 13, 2023
1 parent 29fb7a2 commit 1875eaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
gateway:
image: industryessentials/ymir-gateway:release-2.4.0
image: industryessentials/ymir-gateway:release-2.5.0
env_file:
- .env
ports:
Expand All @@ -12,7 +12,7 @@ services:
- ymirnetwork

yapi:
image: industryessentials/ymir-backend:release-2.4.0
image: industryessentials/ymir-backend:release-2.5.0
command: bash -c 'cd /yapi && supervisord -nc supervisor/supervisord.conf'
env_file:
- .env
Expand All @@ -31,7 +31,7 @@ services:
start_period: 30s

backend:
image: industryessentials/ymir-backend:release-2.4.0
image: industryessentials/ymir-backend:release-2.5.0
env_file:
- .env
runtime: ${SERVER_RUNTIME}
Expand Down Expand Up @@ -109,7 +109,7 @@ services:
- ymirnetwork

web:
image: industryessentials/ymir-web:release-2.4.0
image: industryessentials/ymir-web:release-2.5.0
volumes:
- "${YMIR_PATH}/ymir-models:/data/ymir/ymir-models"
- "${YMIR_PATH}/ymir-assets:/data/ymir/ymir-assets"
Expand Down
2 changes: 1 addition & 1 deletion ymir/command/mir/YMIR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.0
4 changes: 2 additions & 2 deletions ymir/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ymir/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ymir-web",
"displayName": "YMIR",
"version": "2.4.0.0407",
"version": "2.5.0.0613",
"scripts": {
"local": "APP_ROOT=../pages/demo1 umi dev",
"analyze": "cross-env UMI_ENV=dev ANALYZE=1 umi dev",
Expand Down

0 comments on commit 1875eaf

Please sign in to comment.