Home

Awesome

superset-docker-compose

Docker compose deployment of superset with nginx parameterized so that it can be wrapped with ansible in the ansible-role-superset-docker role and deployed in the terraform-aws-superset-docker terraform module.

Modify the .env file to override any variables in the superset/superset_config.py file.

Note - SSL still has bugs

Usage

docker-compose up -d
docker-compose exec superset superset-init

You will then be prompted for options to fill in. Alternatively, you can run:

docker-compose exec superset superset-init \
--username "superset_username" \
--firstname "superset_firstname" \
--lastname "superset_lastname" \
--email "superset_email" \
--password "superset_password"

With the appropriate options.