Skip to content

Commit 8cb590f

Browse files
authored
Merge pull request #2050 from Websoft9/update-coze-5d86f0cf
Update coze
2 parents 0d14682 + 1f57ded commit 8cb590f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

apps/coze/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
W9_REPO="cozedev/coze-studio-web"
22
W9_DIST='community'
3-
W9_VERSION='latest'
4-
W9_POWER_PASSWORD='fem!17NVbvU9H1bz'
3+
W9_VERSION='0.5.0'
4+
W9_POWER_PASSWORD='O65nn!lZjuCT4Ygn'
55

66
# Environments which for user settings when create application
77
# Named expression: W9_xxx_xxx_SET, xxx refer to file fields

apps/coze/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ services:
330330
condition: service_healthy
331331

332332
coze-server:
333-
image: cozedev/coze-studio-server:latest
333+
image: cozedev/coze-studio-server:${W9_VERSION}
334334
container_name: $W9_ID-server
335335
restart: unless-stopped
336336
env_file: .env
@@ -351,7 +351,7 @@ services:
351351
condition: service_healthy
352352

353353
coze-web:
354-
image: cozedev/coze-studio-web:latest
354+
image: ${W9_REPO}:${W9_VERSION}
355355
container_name: $W9_ID
356356
restart: unless-stopped
357357
env_file: .env

apps/coze/variables.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{
99
"dist": "community",
1010
"version": [
11+
"0.5.0",
1112
"latest"
1213
]
1314
}

0 commit comments

Comments
 (0)