mui / mui-toolpad

Toolpad: Full stack components and low-code builder for dashboards and internal apps.
https://mui.com/toolpad/
MIT License
956 stars 242 forks source link

Provide Docker images for easier setup #2378

Open Janpot opened 1 year ago

Janpot commented 1 year ago

Duplicates

Latest version

Summary 💡

I should be able to run the Toolpad editor, run the builds, and run Toolpad apps with Docker. I shouldn't be required to have Node.js installed on my system to use Toolpad.

Benchmarks

IgnisDa commented 11 months ago

Hello I would like to try to do this. Can I go ahead? @Janpot @prakhargupta1

Janpot commented 11 months ago

@IgnisDa Thanks for your interest. Which solution did you have in mind. I'm not sure whether at this point offering official images would be worth the maintenance overhead. As far as I can see, even if we offered official images, you'd still have to build your own on top if you want to deploy on Docker. Such image would likely not comprise of more as a wrapper to our CLI on a standard node.js image. Perhaps it makes more sense to start by offering an example of a simple application + Dockerfile + docker-compose.yml file. What's your idea on this?