Closed fatchat closed 2 months ago
Every T4D client which needs a Superset running on one of our EC2 instances will need
Dockerfile
tech4dev/superset:****
docker-compose.yml
superset-<client_name>
This issue will create
Dockerfile.template
docker-compose.yml.template
"customizes the image" means copying the assets/ over
assets/
Sometimes a single client may have two different supersets, so many sure the naming customizations are not only client_name
Every T4D client which needs a Superset running on one of our EC2 instances will need
Dockerfile
which customizes the correcttech4dev/superset:****
image for themdocker-compose.yml
which correctly references their image and names the containers which will run i.e.superset-<client_name>
This issue will create
Dockerfile.template
docker-compose.yml.template
Dockerfile
anddocker-compose.yml