Currently it seems like everything runs locally on my machine
That's not only not-secure, it will also prevent a lot of devs from trying this out since this install onto my local machine which, nowawadays, is a big no
Have everything be located inside a docker container
- solves compatibility issues between mac linux and windows
- more secure
- easier bug solving since the logic runs inside the same environment no matter the host
Currently it seems like everything runs locally on my machine
That's not only not-secure, it will also prevent a lot of devs from trying this out since this install onto my local machine which, nowawadays, is a big no
Have everything be located inside a docker container