kaxil commented on a change in pull request #17731:
URL: https://github.com/apache/airflow/pull/17731#discussion_r692173287
##########
File path: docs/apache-airflow/start/docker.rst
##########
@@ -22,6 +22,21 @@ Running Airflow in Docker
This quick-start guide will allow you to quickly start Airflow with
:doc:`CeleryExecutor </executor/celery>` in Docker. This is the fastest way to
start Airflow.
+Production readiness
+####################
+
+.. warning::
+ 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, but configuring Docker-Compose installation that is ready for
production, requires an intrinsic knowledge of
+ Docker Compose, a lot of customisation 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.
+
+ If you want to get an easy to configure Docker-based deployment that
Airflow Community develops, supports and
+ can provide support with deployment, you should consider using Kubernetes
and deploying Airflow using
+ :doc:`Official Airflow Community Helm Chart<helm-chart:index>`.
Review comment:
```suggestion
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, but configuring Docker-Compose installation that is ready for
production, requires an intrinsic knowledge of
Docker Compose, a lot of customisation 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.
If you want to get an easy to configure Docker-based deployment that
Airflow Community develops, supports and
can provide support with deployment, you should consider using
Kubernetes and deploying Airflow using
:doc:`Official Airflow Community Helm Chart<helm-chart:index>`.
```
--
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]