MiroTalk P2P
Simple, secure, fast real-time video conferences up to 4k and 60fps, compatible with all browsers and platforms.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
mirotalk:
image: mirotalk/p2p:latest
container_name: mirotalk
hostname: mirotalk
volumes:
- .env:/src/.env:ro
# These volumes are not mandatory, uncomment if you want to use it
# - ./app/:/src/app/:ro
# - ./public/:/src/public/:ro
restart: unless-stopped
ports:
- '${PORT}:${PORT}'Resources
Website: https://p2p.mirotalk.com/
GitHub: https://github.com/miroslavpejic85/mirotalk
Docker Hub: https://hub.docker.com/r/mirotalk/p2p
Configuration: https://docs.mirotalk.com/mirotalk-p2p/self-hosting/