Skip to content

Commit

Permalink
Initial Heroku Button
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Apr 19, 2017
1 parent 2b13b50 commit a05ccff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "msgflo-example-imageresize",
"description": "Image resizing service using MsgFlo",
"repository": "https://github.com/msgflo/msgflo-example-imageresize",
"keywords": ["node", "image processing", "msgflo", "thumbnail", "resize", "image resize", "graphics"],
"scripts": {
"postdeploy": "npm run setup"
},
"addons": [
{
"plan": "cloudamqp:lemur"
},
{
"plan": "bucketeer:hobbyist"
},
{
"plan": "guvscale:test"
},
{
"plan": "heroku-postgresql:hobby-dev"
}
],
"env": {
}
}

0 comments on commit a05ccff

Please sign in to comment.