Skip to content

Commit 439fe43

Browse files
committed
coollabsio#2860 - plane service: fixed image uploads not working because credentials were unset
1 parent 7fd9a79 commit 439fe43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/compose/plane.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ x-app-env: &app-env
2828
# DATA STORE SETTINGS
2929
- USE_MINIO=${USE_MINIO:-1}
3030
- AWS_REGION=${AWS_REGION}
31-
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
32-
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
31+
- AWS_ACCESS_KEY_ID=$SERVICE_USER_MINIO
32+
- AWS_SECRET_ACCESS_KEY=$SERVICE_PASSWORD_MINIO
3333
- AWS_S3_ENDPOINT_URL=${AWS_S3_ENDPOINT_URL:-http://plane-minio:9000}
3434
- AWS_S3_BUCKET_NAME=${AWS_S3_BUCKET_NAME:-uploads}
3535
- MINIO_ROOT_USER=$SERVICE_USER_MINIO

0 commit comments

Comments
 (0)