Set Superset path properly

This commit is contained in:
Mark Veidemanis 2022-10-04 21:41:22 +01:00
parent 5bb9bd3998
commit ae12e37e9b
2 changed files with 2 additions and 2 deletions

View File

@ -41,6 +41,6 @@ REDIS_PORT=6379
FLASK_ENV=production
SUPERSET_ENV=production
SUPERSET_LOAD_EXAMPLES=yes
SUPERSET_LOAD_EXAMPLES=no
CYPRESS_CONFIG=false
SUPERSET_PORT=8088

View File

@ -15,7 +15,7 @@ x-superset-depends-on: &superset-depends-on
- redis_superset
x-superset-volumes: &superset-volumes
# /app/pythonpath_docker will be appended to the PYTHONPATH in the final container
- ./superset:/app/docker
- ./docker/superset:/app/docker
- superset_home:/app/superset_home
services: