diff --git a/app.json b/app.json index 25f57d8..9bf9992 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { - "name": "Airflow Demo on Heroku", - "description": "Airflow Demo on Heroku", - "repository": "https://github.com/slyapustin/celery-flower-heroku", + "name": "Airflow on Heroku", + "description": "Airflow on Heroku", + "repository": "https://github.com/slyapustin/airflow-on-heroku", "keywords": [ "airflow", "heroku", @@ -16,6 +16,17 @@ "description": "Airflow Home Directory Location", "value": "/app" } + + }, + "formation": { + "web": { + "quantity": 1, + "size": "hobby" + }, + "worker": { + "quantity": 1, + "size": "hobby" + } }, "scripts": { "postdeploy": "airflow db init"