litespeedtech / ols-docker-env

OpenLiteSpeed Docker Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi tenant VPS

nine-2-five opened this issue · comments

Hi, what would be the recommended route to setup a multi tenant VPS, with process separation at user level?
I would also need it reverse proxy an Elastic Search and a Node.js instance on the same server.
Is it possible with this repo?

commented

This setup is mainly for WordPress, so you will need to manually set up other containers for ELS and NodeJS as well as to config the OLS as a reverse proxy.

Thank you, what about user separation? Is it possible to run OLS as a non-root?

commented

Only the main openlitespeed process runs as the root user, the sub-process and PHP will run as non-root

So, the whole non-root Docker movement, it's not applicable here?