This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 997b8a5023 Add better description for Breeze customization (#23397)
997b8a5023 is described below
commit 997b8a5023dda0060859ffc0a3ab5172194b5bae
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon May 2 11:09:59 2022 +0200
Add better description for Breeze customization (#23397)
---
BREEZE.rst | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/BREEZE.rst b/BREEZE.rst
index c9f44c90c5..3e65f0cbd6 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -311,10 +311,16 @@ Those are all available flags of ``setup-autocomplete``
command:
Customize your environment
--------------------------
+
When you enter the Breeze environment, automatically an environment file is
sourced from
-``files/airflow-breeze-config/variables.env``. The ``files`` folder from your
local sources is
-automatically mounted to the container under ``/files`` path and you can put
there any files you want
-to make available for the Breeze container.
+``files/airflow-breeze-config/variables.env``.
+a
+You can also add ``files/airflow-breeze-config/init.sh`` and the script will
be sourced always
+when you enter Breeze. For example you can add ``pip install`` commands if you
want to install
+custom dependencies - but there are no limits to add your own customizations.
+
+The ``files`` folder from your local sources is automatically mounted to the
container under
+``/files`` path and you can put there any files you want to make available for
the Breeze container.
You can also add your local tmux configuration in
``files/airflow-breeze-config/.tmux.conf`` and
these configurations will be available for your tmux environment.