fix: plane template MINIO root for image uploads

This commit is contained in:
scanash00
2025-04-06 23:30:16 -08:00
parent 1dc5d4a3d4
commit d7c4ecd6cb

View File

@@ -23,7 +23,7 @@ env = [
"MINIO_ROOT_USER=access-key",
"MINIO_ROOT_PASSWORD=${minio_password}",
"AWS_REGION=",
"AWS_ACCESS_KEY_ID=${username}",
"AWS_ACCESS_KEY_ID=${MINIO_ROOT_USER}",
"AWS_SECRET_ACCESS_KEY=${minio_password}",
"AWS_S3_ENDPOINT_URL=http://plane-minio:9000",
"AWS_S3_BUCKET_NAME=uploads",