MiroTalk C2C

Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
    mirotalkc2c:
        image: mirotalk/c2c:latest
        container_name: mirotalkc2c
        hostname: mirotalkc2c
        volumes:
            - .env:/src/.env:ro
            # These volumes are not mandatory, uncomment if you want to use it
            # - ./frontend/:/src/frontend/:ro
            # - ./backend/:/src/backend/:ro
        restart: unless-stopped
        ports:
            - '${PORT}:${PORT}'

Resources

Website: https://c2c.mirotalk.com/

GitHub: https://github.com/miroslavpejic85/mirotalkc2c

Docker Hub: https://hub.docker.com/r/mirotalk/c2c

Configuration: https://docs.mirotalk.com/mirotalk-c2c/self-hosting/