Open VincentSC opened 1 month ago
Hey, thanks for opening this issue. I appreciate you taking time to document your changes. I am going to leave this un-read and circle back around to it soon. From a brief reading I think there are some modifications which could be very welcome. Have a wonderful day, @VincentSC.
Hi Elijah,
Thanks for sharing your docker-compose! I have no idea why Superset does not invest in understanding how Docker Compose works, and keeps on using their over-complicated, unreadable version. :( But luckily you did the work!
I'd like to share my changes.
I just created an init.sh that needs a
ADMIN_EMAIL
andADMIN_INITIAL_PASSWORD
in the .env. Specially for this issue, I made it more generic with handling the variables :)The compose.yml I changed the variables (moved to the .env) and added some variables that I found in the original. I'm still experimenting, so probably not final.
As I want other dockers to use the database to send their data to, I chose to have an external network
dashboard-network
. I added the command to create the network in a comment.And here's my (emptied) .env: