potiuk commented on issue #15807:
URL: https://github.com/apache/airflow/issues/15807#issuecomment-841695314


   Have you actually tried to connect to Airflow webserver 
(http://localhost:8080/ as stated in the output) when you run `docker-compose 
up` @Bertusian  ? 
   
   The user is airflow/airflow by default.
   
   Docker compose up is NOT supposed to exit. It continues to run when you 
start 'docker-compose up` so there is nothing strange in what you see there.
   
   When you run it you will continue to see the logs, and yes. the ide gunicorn 
workers will be restarted periodically - this is how gunicorn is configured in 
the prod image by default. 
   
   
   The warnings will be gone in they upcoming Airflow 2.1. They are just that - 
warnings. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to