Docs / Self-Hosted Applications / Rallly Meeting Scheduling

Rallly Meeting Scheduling

By Admin · Mar 15, 2026 · Updated Apr 23, 2026 · 590 views · 1 min read

What is Rallly?

Rallly is an open-source meeting scheduling tool and Doodle alternative. Create polls to find the best meeting time for a group without requiring accounts from participants.

Installation

docker run -d --name rallly \
    -p 3000:3000 \
    -e DATABASE_URL="postgres://user:pass@host:5432/rallly" \
    -e SECRET_PASSWORD="your-secret" \
    --restart unless-stopped \
    lukevella/rallly:latest

Features

  • Create scheduling polls with date/time options
  • No account required for participants
  • Email notifications and reminders
  • Mobile-friendly responsive design
  • Admin controls for poll creators
  • Self-hosted for complete privacy

Was this article helpful?