- Build the open-easyrtc image by running:
docker build -t <image_name> .
Example:
docker build -t easyrtc-local:0.0.1 .
- Run the docker compose
docker compose -f docker-compose-easyrtc.yml up -d
- 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!!!
-
Windows: Follow the instructions as described in this link: https://docs.rackspace.com/docs/modify-your-hosts-file
-
MacOS: Follow the instructions as described in this link: https://phoenixnap.com/kb/mac-hosts-file
- 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