Skip to content

Docker Compose file(s) #14965

Answered by srinify
mreferre asked this question in Q&A / Help
Discussion options

You must be logged in to vote

Hi @mreferre generally speaking the Docker Compose setup in Superset is really only for one-command spin-up locally. This is convenient for people who know just enough about the command line but may not be full stack software engineers.

For a while, there was only docker-compose.yml which built frontend assets from scratch. This meant that many many people would run docker-compose up and see "a blank screen". The frontend assets weren't done building yet, and this was confusing to newcomers.

So @nytai created docker-compose-non-dev.yml to just use pre-built frontend assets. This makes it less ideal for development of course, hence the deliberate naming of non-dev :]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mreferre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants