fabro/render.yaml
Bryan Helmkamp 08cdf9220f
feat(render): add Render blueprint and deploy button
Adds render.yaml using Dockerfile.deploy (prebuilt GHCR image) with a
1 GB persistent disk at /storage and /health healthcheck. README gets
a Deploy to Render button alongside Railway.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 16:04:35 -04:00

11 lines
225 B
YAML

services:
- type: web
name: fabro
runtime: docker
dockerfilePath: ./Dockerfile.deploy
plan: starter
healthCheckPath: /health
disk:
name: fabro-storage
mountPath: /storage
sizeGB: 1