diff --git a/apps/coze/.env b/apps/coze/.env index 049692ba8..6622d77eb 100644 --- a/apps/coze/.env +++ b/apps/coze/.env @@ -1,9 +1,8 @@ W9_REPO="cozedev/coze-studio-web" W9_DIST='community' -W9_VERSION='latest' -W9_POWER_PASSWORD='X!hGDR4DZXugFYa7' - -W9_RCODE='VcGrEr0B698zk' +W9_VERSION='0.5.0' +W9_POWER_PASSWORD='iM6!Vsi!4NmrvnO!' +W9_RCODE='KLwuQPm8J2KKw' # Environments which for user settings when create application # Named expression: W9_xxx_xxx_SET, xxx refer to file fields diff --git a/apps/coze/docker-compose.yml b/apps/coze/docker-compose.yml index 2abb65cc2..0a902fae2 100644 --- a/apps/coze/docker-compose.yml +++ b/apps/coze/docker-compose.yml @@ -72,8 +72,8 @@ services: ] interval: 10s timeout: 5s - retries: 5 - start_period: 30s + retries: 10 + start_period: 120s redis: image: bitnamilegacy/redis:8.0 @@ -122,10 +122,10 @@ services: 'CMD-SHELL', 'curl -f http://localhost:9200 && [ -f /tmp/es_plugins_ready ] && [ -f /tmp/es_init_complete ]', ] - interval: 5s + interval: 10s timeout: 10s - retries: 10 - start_period: 30s + retries: 20 + start_period: 180s command: > bash -c " /opt/bitnami/scripts/elasticsearch/setup.sh