Vitor-Avila commented on code in PR #37645:
URL: https://github.com/apache/superset/pull/37645#discussion_r2761157129


##########
docker-compose-light.yml:
##########
@@ -138,6 +138,10 @@ services:
       DATABASE_DB: superset_light
       POSTGRES_DB: superset_light
       SUPERSET_CONFIG_PATH: 
/app/docker/pythonpath_dev/superset_config_docker_light.py
+      # Override examples host to use light DB service
+      EXAMPLES_HOST: db-light
+      # Skip example loading for faster startup
+      SUPERSET_LOAD_EXAMPLES: "no"

Review Comment:
   could this be somehow controlled via a flag? I do see value in having 
examples asset there when you just want to test a dashboard interaction or etc. 
Unsure what others think tho (and lately haven't been using 
`docker-compose-light`)



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to