potiuk commented on code in PR #49681:
URL: https://github.com/apache/airflow/pull/49681#discussion_r2059961532
##########
airflow-core/docs/howto/docker-compose/docker-compose.yaml:
##########
@@ -78,6 +78,7 @@ x-airflow-common:
- ${AIRFLOW_PROJ_DIR:-.}/logs:/opt/airflow/logs
- ${AIRFLOW_PROJ_DIR:-.}/config:/opt/airflow/config
- ${AIRFLOW_PROJ_DIR:-.}/plugins:/opt/airflow/plugins
+ - ${AIRFLOW_PROJ_DIR:-.}:/opt/airflow
Review Comment:
> @potiuk , airflow-init runs first before other services so setting the
AIRFLOW_CONFIG var and mounting /opts/airflow/config will cause init to seed a
airflow.cfg which can be shared by other containers
Indeed.
--
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]