Docs preview only — Waypoint is not yet available for self-install.Book an enterprise pilot →

Deploy on Render

Run Waypoint Server on Render with a managed Postgres database.

Render is a straightforward alternative to Railway with a native Postgres add-on and Docker image deploys.

Note

Waypoint Server self-hosting is currently available to enterprise pilot customers. LaserOwl provides image pull credentials and deployment support as part of the pilot. Apply for access.

Prerequisites

  • A Render account
  • Image pull credentials from LaserOwl (provided on pilot onboarding)

Step 1 — Create a Postgres database

  1. Click NewPostgreSQL
  2. Choose a name, region, and plan
  3. Copy the Internal Database URL once provisioned

Step 2 — Create a Web Service

  1. Click NewWeb ServiceDeploy an existing image
  2. Enter ghcr.io/laserowl-io/waypoint-server:latest and add your pull credentials
  3. Set the instance type to at least Starter

Step 3 — Set environment variables

Under the Environment tab:

VariableValue
DATABASE_URLInternal Database URL from Step 1
WAYPOINT_JWT_SECRETOutput of openssl rand -hex 32
WAYPOINT_RESET_TOKENOutput of openssl rand -hex 24

Step 4 — Deploy

Click Create Web Service. Render starts the container. Check the logs for the bootstrap admin key.

Step 5 — Connect your team

Follow the Team Setup guide from Step 2 onwards.