potiuk commented on issue #19962: URL: https://github.com/apache/airflow/issues/19962#issuecomment-985011243
> same effect. Also in the initial docker file, dags, logs and plugins folders are all mounted into the container. https://airflow.apache.org/docs/apache-airflow/2.2.2/docker-compose.yaml > > IMHO we need to mount the config folder as well to be able to make the logging customization file available inside the container If you want - yes. You should. Note that the docker-compose quick-start is just that, quick start to get up and running quickly. And if you want to customize it you are on your own there and you should modify the docker compose as you see fit: https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html > DO NOT expect the Docker Compose below will be enough to run production-ready Docker Compose Airflow installation using it. This is truly quick-start docker-compose for you to get Airflow up and running locally and get your hands dirty with Airflow. Configuring a Docker-Compose installation that is ready for production requires an intrinsic knowledge of Docker Compose, a lot of customization and possibly even writing the Docker Compose file that will suit your needs from the scratch. It’s probably OK if you want to run Docker Compose-based deployment, but short of becoming a Docker Compose expert, it’s highly unlikely you will get robust deployment with it. So all good. Just modify your docker compose in the way that suits you. No issue for Airflow. -- 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]
