File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -247,4 +247,4 @@ export PLUGIN_AES_AUTH_SECRET='^*6x3hdu2nc%-p38'
247247export PLUGIN_AES_STATE_SECRET = ' osj^kfhsd*(z!sno'
248248# PLUGIN_AES_OAUTH_TOKEN_SECRET is the secret of used to encrypt oauth refresh token and access token.
249249# The size of secret must be 16, 24 or 32 bytes.
250- export PLUGIN_AES_OAUTH_TOKEN_SECRET = ' cn+$PJ(HhJ[5d*z9'
250+ export PLUGIN_AES_OAUTH_TOKEN_SECRET = ' cn+$PJ(HhJ[5d*z9'
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ services:
285285 environment :
286286 MINIO_ROOT_USER : ${MINIO_ROOT_USER:-minioadmin}
287287 MINIO_ROOT_PASSWORD : ${MINIO_ROOT_PASSWORD:-minioadmin123}
288- MINIO_DEFAULT_BUCKETS : ${MINIO_BUCKET :-opencoze},${MINIO_DEFAULT_BUCKETS:-milvus}
288+ MINIO_DEFAULT_BUCKETS : ${STORAGE_BUCKET :-opencoze},${MINIO_DEFAULT_BUCKETS:-milvus}
289289 command : server /data --console-address ":9001"
290290 healthcheck :
291291 test :
@@ -356,7 +356,7 @@ services:
356356 environment :
357357 ETCD_ENDPOINTS : coze-etcd:2379
358358 MINIO_ADDRESS : coze-minio:9000
359- MINIO_BUCKET_NAME : ${MINIO_BUCKET :-milvus}
359+ MINIO_BUCKET_NAME : ${MINIO_DEFAULT_BUCKETS :-milvus}
360360 MINIO_ACCESS_KEY_ID : ${MINIO_ROOT_USER:-minioadmin}
361361 MINIO_SECRET_ACCESS_KEY : ${MINIO_ROOT_PASSWORD:-minioadmin123}
362362 MINIO_USE_SSL : false
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ services:
176176 environment :
177177 MINIO_ROOT_USER : ${MINIO_ROOT_USER:-minioadmin}
178178 MINIO_ROOT_PASSWORD : ${MINIO_ROOT_PASSWORD:-minioadmin123}
179- MINIO_DEFAULT_BUCKETS : ${MINIO_BUCKET :-opencoze},${MINIO_DEFAULT_BUCKETS:-milvus}
179+ MINIO_DEFAULT_BUCKETS : ${STORAGE_BUCKET :-opencoze},${MINIO_DEFAULT_BUCKETS:-milvus}
180180 entrypoint :
181181 - /bin/sh
182182 - -c
@@ -268,7 +268,7 @@ services:
268268 environment :
269269 ETCD_ENDPOINTS : etcd:2379
270270 MINIO_ADDRESS : minio:9000
271- MINIO_BUCKET_NAME : ${MINIO_BUCKET :-milvus}
271+ MINIO_BUCKET_NAME : ${MINIO_DEFAULT_BUCKETS :-milvus}
272272 MINIO_ACCESS_KEY_ID : ${MINIO_ROOT_USER:-minioadmin}
273273 MINIO_SECRET_ACCESS_KEY : ${MINIO_ROOT_PASSWORD:-minioadmin123}
274274 MINIO_USE_SSL : false
You can’t perform that action at this time.
0 commit comments