feat: update x-superset-image

This commit is contained in:
FutureMeng 2025-02-14 14:07:25 +08:00
parent 358a294336
commit fac606bc4f
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
# create you own docker environment file (docker/.env) with your own
# unique random secure passwords and SECRET_KEY.
# -----------------------------------------------------------------------
x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-latest-dev}
# x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-latest-dev}
x-superset-image: &superset-image registry.cn-beijing.aliyuncs.com/futuremeng/superset:latest
x-superset-volumes:
&superset-volumes # /app/pythonpath_docker will be appended to the PYTHONPATH in the final container
- ./docker:/app/docker