Answer the question
In order to leave comments, you need to log in
When installing Airflow in Docker, should the Postgres container for Airflow metadata be installed in the same container or separately?
There is a need to use Airflow in a Docker container. Airflow will work with LocalExecutor with Postgres as the backend database.
(1) Postgres needs to be installed in an Airflow container.
(2) Postgres must be installed in a separate container from Airflow.
(3) Postgres needs to be installed on a separate host (there is already a database cluster where it is possible to add an airflow database).
Can't make a choice between (1), (2), (3). Please help me make the right informed choice.
Answer the question
In order to leave comments, you need to log in
Either 2 or 3. Of these, the choice is already determined by your infrastructure details, deployment requirements and the future of deployment.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question