dheerajturaga commented on PR #49681:
URL: https://github.com/apache/airflow/pull/49681#issuecomment-2828764865

   > > @potiuk , @ashb I uncommented the AIRFLOW_CONFIG variable in the 
docker-compose.yaml. They airlfow-init step should create it correctly in the 
config area and all other containers will share the common config.
   > > Let me know if this looks good to y'all
   > 
   > As long as the docs for quick-start explain it - sure, that can be ok. The 
problem is still that we can have potentially several airflow containers trying 
to wrie this file - so maybe worth updating the docs with instructions on how 
to initialise it - I think there is a "cli" command that could be run for this.
   
   @potiuk , I have updated the docs with instructions on how to initialize the 
airflow.cfg. I've marked it as optional as `airflow-init` is a dependency for 
all other airflow services (condition: service_completed_successfully)
   
   I also cleaned up the `airflow-init` step to mount the same volumes as the 
other services, so everything should be aligned


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to