Set Superset path properly

master
Mark Veidemanis 2 years ago
parent 5bb9bd3998
commit ae12e37e9b

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

@ -15,7 +15,7 @@ x-superset-depends-on: &superset-depends-on
- redis_superset - redis_superset
x-superset-volumes: &superset-volumes x-superset-volumes: &superset-volumes
# /app/pythonpath_docker will be appended to the PYTHONPATH in the final container # /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 - superset_home:/app/superset_home
services: services:

Loading…
Cancel
Save