Examples
Common patterns for Launchfiles — from minimal to multi-component. Each example is a complete, valid Launchfile you can use as a starting point.
Minimal
Three fields plus a start command — the simplest possible Launchfile.
Minimal with Database
Single component with Postgres and a health check.
Single Component
Full-featured with services, env vars, and lifecycle commands.
Multi-Component
HedgeDoc with backend/frontend and inter-component wiring.
Prebuilt Image
Deploy from an existing OCI/Docker image.
Cron Job
Scheduled task on a cron schedule, no persistent process.
Host Orchestrator
Docker daemon access and host networking.