esc
Type to search the docs
Back to catalog

rallly

Tested

Schedule group meetings without the back and forth (Doodle alternative)

Uncategorized Repository

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up rallly

Requires Docker Desktop. No source code needed — pulls pre-built images and starts rallly with all dependencies.

Image: lukevella/rallly:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: rallly
description: "Schedule group meetings without the back and forth (Doodle alternative)"
repository: https://github.com/lukevella/rallly
logo: https://raw.githubusercontent.com/lukevella/rallly/main/apps/web/public/logo.svg

image: lukevella/rallly:latest
provides:
  - protocol: http
    port: 3000
    exposed: true
requires:
  - type: postgres
    set_env:
      DATABASE_URL: $url
env:
  SECRET_PASSWORD:
    generator: secret
    sensitive: true
  NEXT_PUBLIC_BASE_URL:
    default: "http://localhost:3000"
restart: always

Test Results

Last Tested

2026-04-09

Health Check

Passing

Startup Time

37s

Total Disk

1211 MB

Required Services

postgres

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB