Merge branch 'develop' into chore/conversation-participants
This commit is contained in:
commit
e385868aef
1 changed files with 11 additions and 3 deletions
14
app.json
14
app.json
|
@ -41,16 +41,24 @@
|
||||||
"formation": {
|
"formation": {
|
||||||
"web": {
|
"web": {
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
"size": "FREE"
|
"size": "basic"
|
||||||
},
|
},
|
||||||
"worker": {
|
"worker": {
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
"size": "FREE"
|
"size": "basic"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stack": "heroku-20",
|
"stack": "heroku-20",
|
||||||
"image": "heroku/ruby",
|
"image": "heroku/ruby",
|
||||||
"addons": [ "heroku-redis", "heroku-postgresql"],
|
"addons": [
|
||||||
|
{
|
||||||
|
"plan": "heroku-redis:mini"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"plan": "heroku-postgresql:mini"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"stack": "heroku-20",
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
"url": "heroku/ruby"
|
"url": "heroku/ruby"
|
||||||
|
|
Loading…
Reference in a new issue