ashb commented on code in PR #49681:
URL: https://github.com/apache/airflow/pull/49681#discussion_r2057901364
##########
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:
If we are doing this then we don't need to mount the individual sub folders
anymore.
@potiuk probably has more context on the approach we take here, but another
option is to mount the config file only
`${AIRFLOW_PROJ_DIR:-.}/airflow.cfg:/opt/airflow/airflow.cfg` (Thought docker
has the odd quirk where if the mount source doesn't exist it creates it as a
directory, so probably not the best plan
--
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]