Bertusian commented on issue #15807: URL: https://github.com/apache/airflow/issues/15807#issuecomment-841704388
Hi Jarek, I forgot to mention, but the application does indeed work. - 'docker-compose up airflow-init' gives some warnings but ends at bash prompt. - 'docker compose up' doesn't. It keeps on generating the output mentioned here above (like in a loop) but never finishes at bash prompt. The only way to stop it was by pressing Ctrl-C. Then all the containers are stopped, as showed in the output, and the containers are not there when doing 'docker ps'. But when i reboot the guest OS, the containers are there and up and running and Airflow webserver (http://localhost:8080/ ) is reachable. The example dags also seem to work. So actually I got the application working, but is was just wondering why 'docker compose up' doesn't arrive back at bash prompt, or do I need to wait much longer? Thanx for your reply. -- 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]
