freedify/render.yaml

13 lines
240 B
YAML
Raw Normal View History

2026-01-13 22:26:48 +00:00
# Render deployment configuration for Freedify
services:
- type: web
name: freedify
runtime: docker
plan: free
envVars:
- key: MP3_BITRATE
value: "320k"
healthCheckPath: /api/health
autoDeploy: true