I have a fresh ISPconfig on Debian 12 with NGINX installation. I also have several working IP address to use too. I was wondering what is the best way to run docker servers? I was also wondering the best way to implement mongodb for various web development projects? Do I install mongo and docker globally and then do I run different instances in individual sites? what is the best approach here?
ISPConfig has no docker and mongo implementation so you need to install and manage all that yourself. You can use ispconfig to create websites and configure those to proxy to docker/mongo instances for example.