How to set up Rocket.Chat with self-hosted Jitsi Meet in the same host?

I want to set up Rocket.Chat with self-hosted Jitsi Meet in only one host.
How to?
I’ve read this.
https://docs.rocket.chat/guides/administrator-guides/setting-up-video-conferencing#how-to-set-up-your-own-jitsi-meet-server
But this is not solved my problem.

  1. I want to set up RocketChat port 443/tcp with let’s encrypt(https).
  2. I want to set up Jitsi Meet port 443/tcp with let’s encrypt(https).

I want to set up 1 and 2 in the same server(only one server, only one global IP address).
But this is conflict 443/tcp port binding.
So I’m thinking like this

  1. https://domain.com/rocketchat
  2. https://domain.com:8443/jitsi

How to do this?