Specification v1

The Launchfile Specification

Describe what your app needs — not how to build the infrastructure. One file. Any platform.

Launchfile
version: launch/v1
name: my-app
runtime: node
requires: [postgres, redis]
commands:
  start: "node server.js"
health: /healthz

Guides

Specification

Reference

Ecosystem

esc
Type to search the docs