puckel / docker-airflow

Docker Apache Airflow
Apache License 2.0
3.78k stars 544 forks source link

REDIS_HOST not being used in redis URL #627

Open Oj5000 opened 3 years ago

Oj5000 commented 3 years ago

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 AIRFLOWCELERYBROKER_URL, which is easy to get wrong.