Replies: 2 comments
-
I dont think we should provide a configurable Docker Compose beyond quick start. Who is going to supprt problems that people are going to have wihen they start modifying Docker Compose and get errors there? You can look up how many of the users already assumeed this is "official" docker compose and raised issues that this and that does not work there. If we make it configurable and "deployable", we automaticaly assume the responsibility on supporting all kinds of configurations there. I am strongly against going this route. |
Beta Was this translation helpful? Give feedback.
-
It's much, much better to make |
Beta Was this translation helpful? Give feedback.
-
Description
Docker Compose is arguably the most straight-forward way to stand up an Airflow system on a local machine.
It should be possible to tailor the deployment based on profiles.
We already have
debug
andflower
, but it seems ideal to attach a profile topostgresql
as well. Many users would want to usesqlite
for local development and don't needredis
orairflow-worker
.Use case/motivation
The main motivation is to reduce the deployment to the bare minimum to get started with local development of DAGs.
Basically, running just the scheduler, triggerer and webserver, against a
sqlite
database.Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions