Skip to content

Commit 6033da1

Browse files
authored
Merge pull request #2056 from Websoft9/update-coze-b6702198
Update coze
2 parents d14a36b + 80d0518 commit 6033da1

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

apps/coze/.env

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
W9_REPO="cozedev/coze-studio-web"
22
W9_DIST='community'
3-
W9_VERSION='latest'
4-
W9_POWER_PASSWORD='X!hGDR4DZXugFYa7'
5-
6-
W9_RCODE='VcGrEr0B698zk'
3+
W9_VERSION='0.5.0'
4+
W9_POWER_PASSWORD='iM6!Vsi!4NmrvnO!'
5+
W9_RCODE='KLwuQPm8J2KKw'
76

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

apps/coze/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ services:
7272
]
7373
interval: 10s
7474
timeout: 5s
75-
retries: 5
76-
start_period: 30s
75+
retries: 10
76+
start_period: 120s
7777

7878
redis:
7979
image: bitnamilegacy/redis:8.0
@@ -122,10 +122,10 @@ services:
122122
'CMD-SHELL',
123123
'curl -f http://localhost:9200 && [ -f /tmp/es_plugins_ready ] && [ -f /tmp/es_init_complete ]',
124124
]
125-
interval: 5s
125+
interval: 10s
126126
timeout: 10s
127-
retries: 10
128-
start_period: 30s
127+
retries: 20
128+
start_period: 180s
129129
command: >
130130
bash -c "
131131
/opt/bitnami/scripts/elasticsearch/setup.sh

0 commit comments

Comments
 (0)