Merge pull request #2903 from MrAlexand0r/bugfix/2860_plane_images
#2860 - [PLANE] Fixed image uploads not working
This commit is contained in:
		| @@ -28,8 +28,8 @@ x-app-env: &app-env | ||||
|     # DATA STORE SETTINGS | ||||
|     - USE_MINIO=${USE_MINIO:-1} | ||||
|     - AWS_REGION=${AWS_REGION} | ||||
|     - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} | ||||
|     - AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} | ||||
|     - AWS_ACCESS_KEY_ID=$SERVICE_USER_MINIO | ||||
|     - AWS_SECRET_ACCESS_KEY=$SERVICE_PASSWORD_MINIO | ||||
|     - AWS_S3_ENDPOINT_URL=${AWS_S3_ENDPOINT_URL:-http://plane-minio:9000} | ||||
|     - AWS_S3_BUCKET_NAME=${AWS_S3_BUCKET_NAME:-uploads} | ||||
|     - MINIO_ROOT_USER=$SERVICE_USER_MINIO | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andras Bacsai
					Andras Bacsai