Skip to content

Commit

Permalink
docs: Update README.md to specify dyno reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
blms authored Sep 29, 2021
1 parent b8d802c commit ae1a007
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ heroku buildpacks:add --index 1 heroku/nodejs

### Provision resources

You will need to provision Heroku Postgres, Heroku Redis, and SendGrid (or another email provider) using the Heroku Resources section.
This app requires at least 1x worker dyno and 1x web dyno.

You will also need to provision an Amazon S3 bucket to store the uploaded image files and configure access using Amazon IAM. Once a S3 bucket has been created you will need to set Cross-origin resource sharing (CORS) in the permissions tab of the S3 bucket. See https://aws.amazon.com/ for more information.
You will also need to provision Heroku Postgres, Heroku Redis, and SendGrid (or another email provider) using the Heroku Resources section.

Finally, you will need to provision an Amazon S3 bucket to store the uploaded image files and configure access using Amazon IAM. Once a S3 bucket has been created you will need to set Cross-origin resource sharing (CORS) in the permissions tab of the S3 bucket. See https://aws.amazon.com/ for more information.

### Configuration variables

Expand Down

0 comments on commit ae1a007

Please sign in to comment.