ralichkov commented on issue #42136:
URL: https://github.com/apache/airflow/issues/42136#issuecomment-3137688752

   Heads-up for anyone else: make sure your `airflow.cfg` / Airflow env vars 
match between your different containers/services.
   Several values are randomly generated at init time (e.g. keys/secrets) and 
if things don't line up, they will fall apart.
   
   In my case I wanted to get rid of the named volumes in the development 
[Docker 
Compose](https://airflow.apache.org/docs/apache-airflow/3.0.3/docker-compose.yaml),
 and removing `/config/` caused this issue.


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