diff --git a/pipeline/Procfile b/pipeline/Procfile index b942dceb..7c98b5b9 100644 --- a/pipeline/Procfile +++ b/pipeline/Procfile @@ -1,15 +1,12 @@ # The `DATABASE_URL` env var is automatically set by Scalingo and uses the depreciated # scheme `postgres://`. Therefore it is replaced. - web: env \ AIRFLOW__API__AUTH_BACKENDS=airflow.api.auth.backend.basic_auth \ AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${DATABASE_URL/postgres\:\/\//postgresql\:\/\/}" \ airflow webserver --port "${PORT}" - postdeploy: env \ AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${DATABASE_URL/postgres\:\/\//postgresql\:\/\/}" \ airflow db migrate - scheduler: env \ AIRFLOW_HOME=./airflow \ AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${DATABASE_URL/postgres\:\/\//postgresql\:\/\/}" \