Skip to content

Self‐deployment

Ch3nyang edited this page Jul 8, 2025 · 1 revision
  1. Modify the signaling server address in the client code. In ./client/.env.production, modify VITE_SIGNAL_SERVER_URL to the signaling server address you just deployed.

  2. Modify the STUN and TURN server addresses in the client code. If you have additionally deployed STUN and TURN servers, you can modify iceServers in ./client/src/const.ts to your own STUN and TURN server addresses.

  3. Build and deploy using Docker.

Clone this wiki locally