Dify (Mail:Resend ETL:Unstructured VDB:Weaviate)
mago
PROOP
a year ago
Description: Open-source platform for building AI applications
Category: AI/ML
1 Replies
0xfacad3
PRO
a year ago
Hi! Thanks for the great template.
With the current initial settings for Storage Console, the following error occurred.
Added `minio` successfully.
mc: <ERROR> Unable to make bucket `minio/railway`. Your previous request to create the named bucket succeeded and you already own it.
I would like you to provide an improved startup script.
The solutions to the confirmed errors are as follows:
/bin/sh -c "
sleep 10 && \
/usr/bin/mc config host add minio ${MINIO_ENDPOINT} ${MINIO_ROOT_USER} ${MINIO_ROOT_PASSWORD} && \
if ! /usr/bin/mc ls minio/${MINIO_BUCKET}; then \
/usr/bin/mc mb minio/${MINIO_BUCKET}; \
/usr/bin/mc anonymous set public minio/${MINIO_BUCKET}/public; \
fi && exit 0"