mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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>
11 lines
225 B
YAML
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
|