Set Superset directory relative to Portainer Git root

This commit is contained in:
2022-10-04 21:43:16 +01:00
parent 910868f3ed
commit 89dfc9604c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,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
- ./docker/superset:/app/docker
- ${PORTAINER_GIT_DIR}/docker/superset:/app/docker
- superset_home:/app/superset_home
services: