docker-airflow
docker-airflow copied to clipboard
REDIS_HOST not being used in redis URL
Adding REDIS_HOST as an environment variable to the compose file does not result in the value being used in the final created URL.
The workaround is to manually create AIRFLOW__CELERY__BROKER_URL, which is easy to get wrong.