I am deploying airflow latest release using Docker, everything works fine until I point the database to an external Postgres Database. As soon as the database is pointed to an external database the webserver container doesn't get up.
The release is from apache/airflow:latest
The logs says the following
No response from gunicorn master within 120 seconds
What am I missing here ?