dheerajturaga commented on code in PR #49681:
URL: https://github.com/apache/airflow/pull/49681#discussion_r2058212313


##########
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:
   I'm thinking we remove the mounts for dags,logs,plugins and just mount the 
airflow home 
   
   Setting the jwt secret in the docker compose env works aswell, however 
mounting the airflow home should solve issues with any other unknown cfg option 
mismatches 
   
   @potiuk thoughts?



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