jack3898 / ohssbot

GNU General Public License v3.0
0 stars 0 forks source link

Look into development containers #32

Open jack3898 opened 6 months ago

jack3898 commented 6 months ago

Currently, I am developing locally. It works fine for me so far, but it would be good to run the development environment in a Linux container.

This container will be a monolith, containing the whole monorepo. All I care about is a consistent environment.

I have worked on projects before where we develop using a docker-compose stack and volume mounts, it leads to complexity and confusion, and it only proves cross-container communication is working which I am sure it will as HTTP is a pretty universal and well proven standard! This will just be ensuring that there is a reproducible development environment that I can use on different machines and OS's and will use the same kernel as soon-to-be prod; Linux!