Skip to content

AK960/EasyRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easyrtc with local domain + HTTPS

  1. Build the open-easyrtc image by running:
docker build -t <image_name> .
Example:
docker build -t easyrtc-local:0.0.1 .
  1. Run the docker compose
docker compose -f docker-compose-easyrtc.yml up -d
  1. Update host file
  • Linux: Using vim or nano to add records to the /etc/hosts
sudo nano /etc/hosts

Add the following records

127.0.0.1 easyrtc.local
127.0.0.1 traefik.easyrtc.local

!!!Remember to save the changes!!!

  1. Access the easyrtc demos via browser. !!!Note: you have to manually type https:// and the name of the easyrtc domain in order to visit that website!!! https://easyrtc.local