File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11W9_REPO = " cozedev/coze-studio-web"
22W9_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments