I am thinking about setting up a VPS where all apps etc runs in docker. It will all be behind Nginx Reverse Proxy manager, ideally with only port 443 open to the world. And Portainer to organize things And for those that wonder how I will reach the web interface for various services: SSH tunnel.
But: I am planning to use the OpenLiteSpeed container (server only). It is based on Ubuntu 24.04 and the latest version of OpenLiteSpeed and PHP. This sound perfect to me as SSL will be done by the reverse proxy and other things like MariaDB will run in their own Docker containers.
To have multiple domains running WordPress, would it be better to run all of them from the same OpenLiteSpeed container, or should I spin up multiple containers with one site in each?
But: I am planning to use the OpenLiteSpeed container (server only). It is based on Ubuntu 24.04 and the latest version of OpenLiteSpeed and PHP. This sound perfect to me as SSL will be done by the reverse proxy and other things like MariaDB will run in their own Docker containers.
To have multiple domains running WordPress, would it be better to run all of them from the same OpenLiteSpeed container, or should I spin up multiple containers with one site in each?