Skip to content

Instantly share code, notes, and snippets.

@avram-dames
Created July 30, 2017 09:10
Show Gist options
  • Save avram-dames/92d94d685fe2e67d76156b23a3d7a868 to your computer and use it in GitHub Desktop.
Save avram-dames/92d94d685fe2e67d76156b23a3d7a868 to your computer and use it in GitHub Desktop.
Heroku Procfile to run airflow webserver
web: airflow webserver --port $PORT
@julzhk
Copy link

julzhk commented Dec 5, 2017

hi: I think this should be
web: airflow webserver --port=$PORT --hostname==0.0.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment