feat: introducing a docker-compose-light.yml for lighter development (#34324)

This commit is contained in:
Maxime Beauchemin
2025-07-28 09:27:07 -07:00
committed by GitHub
parent 913e068113
commit 604d72cc98
11 changed files with 247 additions and 7 deletions

View File

@@ -20,6 +20,9 @@
# If you choose to use this type of deployment make sure to
# create you own docker environment file (docker/.env) with your own
# unique random secure passwords and SECRET_KEY.
#
# For verbose logging during development:
# - Set SUPERSET_LOG_LEVEL=debug in docker/.env-local for detailed Superset logs
# -----------------------------------------------------------------------
x-superset-volumes:
&superset-volumes # /app/pythonpath_docker will be appended to the PYTHONPATH in the final container