Updated - superset (new deployment)
Aleksandars setup.
SuperSet will be running using docker-compose file.
we will use this setup: https://github.com/Attracs/docker-superset/tree/main/attracs-linux-playbooks/docker-compose-superset
In this docker compose we will add services superset-$project.
dir: superset is directory for configs files.
in .env we will set SECRET_KEY, client_secret... this .env must be encrypted with ansible encrypt before push to git.
I add a git hook pre-commit that when someone will try to push some code and forget to encrypt .env that commit will be aborted with message that need to be checked.