Airflow docker container based on Miniconda
By default airflow --help is run:
docker run godatadriven/airflow
To run the webserver, try our upgradedb_webserver
command which first runs upgradedb (inits and upgrades the airflow database) before it starts the webserver
docker run godatadriven/airflow upgradedb_webserver
We've build two compose files which use postgresql as a database. The first compose file starts the webserver and localexecutor as separate containers. The other compose file uses celery to communicate with the executors.