🚀 Self-hosted open-source WebRTC video conferencing platform built on peer-to-peer (P2P) architecture for fast, secure real-time communication with end-to-end privacy.
docker pull axllent/mailpit
docker run -d -p 8025:8025 --name mirotalk axllent/mailpit:latest
docker compose up -d
services:
mailpit:
image: axllent/mailpit:latest
container_name: mirotalkmailpit
restart: unless-stopped
ports:
- '${MAILPIT_HTTP_PORT:-8025}:8025'
- '${MAILPIT_SMTP_PORT:-1025}:1025'
volumes:
- './.mailpit_data:/data'
environment:
MP_DATABASE: /data/mailpit.db
MP_MAX_MESSAGES: 5000
volumes:
mailpit_data:
driver: local