Hello,
I have upgraded from Openvidu v. 2.11.0 to the latest one v. 2.13.0, and I noticed there is nowhere to specify the port number in the .env file for a production environment.
I already have a production environment set up using nginx which already serves something else on port 443. In previous version I could set openvidu on port 4443. Is this still possible with the latest version on docker, or what can I do about it?
Lastly, the way to start openvidu and all its services in docker (production) is by executing .openvidu/ start. How can I make it autostart on server restart like a system process ?
In previous version I created a .sh file so openvidu would autostart on system restart as a system process.
Thanks in advance.