Skip to main content

Scaling

Scale your services horizontally by adding more instances. Each instance gets its own container and shares traffic via load balancing.

Sizes

PlanCPURAMPrice
Free0.1 CPU256 MB$0
Nano0.5 CPU512 MB$0.005/hr
Small1 CPU1 GB$0.01/hr
Medium1 CPU2 GB$0.02/hr
Large2 CPU4 GB$0.04/hr
railpush.yaml
services:
- type: web
name: my-api
runtime: node
plan: m
numInstances: 3