You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2023/01/20 18:19:39 UTC

[superset] branch master updated: docs: link docker readme in docker config section (#22796)

This is an automated email from the ASF dual-hosted git repository.

tai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 858c6e19a0 docs: link docker readme in docker config section (#22796)
858c6e19a0 is described below

commit 858c6e19a0a474c0ef2940d9745c1d0eb0ebef9a
Author: ʈᵃᵢ <td...@gmail.com>
AuthorDate: Fri Jan 20 10:19:29 2023 -0800

    docs: link docker readme in docker config section (#22796)
---
 docs/docs/installation/installing-superset-using-docker-compose.mdx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/docs/installation/installing-superset-using-docker-compose.mdx b/docs/docs/installation/installing-superset-using-docker-compose.mdx
index 7be1156f16..ae53085947 100644
--- a/docs/docs/installation/installing-superset-using-docker-compose.mdx
+++ b/docs/docs/installation/installing-superset-using-docker-compose.mdx
@@ -84,9 +84,11 @@ and wait for the `superset_node` container to finish building the assets.
 
 #### Configuring Docker Compose
 
-The following is for users who want to configure how Superset starts up in Docker Compose; otherwise, you can skip to the next section.
+The following is for users who want to configure how Superset runs in Docker Compose; otherwise, you can skip to the next section.
 
-You can configure the Docker Compose settings for dev and non-dev mode with `docker/.env` and `docker/.env-non-dev` respectively. These environment files set the environment for most containers in the Docker Compose setup, and some variables affect multiple containers and others only single ones.
+You can install additional python packages and apply config overrides by following the steps mentioned in [docker/README.md](https://github.com/apache/superset/tree/master/docker#configuration)
+
+You can configure the Docker Compose environment varirables for dev and non-dev mode with `docker/.env` and `docker/.env-non-dev` respectively. These environment files set the environment for most containers in the Docker Compose setup, and some variables affect multiple containers and others only single ones.
 
 One important variable is `SUPERSET_LOAD_EXAMPLES` which determines whether the `superset_init` container will load example data and visualizations into the database and Superset. These examples are quite helpful for most people, but probably unnecessary for experienced users. The loading process can sometimes take a few minutes and a good amount of CPU, so you may want to disable it on a resource-constrained device.