/ app.json
app.json
 1  {
 2    "name": "Journalist",
 3    "description": "An RSS aggregator",
 4    "keywords": [
 5      "journalist",
 6      "rss",
 7      "aggregator"
 8    ],
 9    "website": "https://xn--gckvb8fzb.com/tag/journalist",
10    "repository": "https://github.com/mrusme/journalist",
11    "logo": "https://github.com/mrusme/journalist/raw/master/journalist.png",
12    "image": "mrusme/journalist",
13    "env": {
14      "JOURNALIST_SERVER_BINDIP": {
15        "value": "0.0.0.0"
16      }
17    },
18    "formation": {
19      "web": {
20        "quantity": 1,
21        "size": "standard-1x"
22      }
23    },
24    "addons": [
25      {
26        "plan": "heroku-postgresql",
27        "options": {
28          "version": "14"
29        }
30      }
31    ]
32  }
33