llm-test-playground / render.yaml
Saivineeth147
Move render.yaml to root for blueprint detection
6b93d5d
Raw
History Blame Contribute Delete
306 Bytes
# Render Blueprint for LLM Playground
# Deploy with: https://render.com/docs/blueprint-spec
services:
- type: web
name: llm-playground
runtime: docker
region: oregon
plan: free
rootDir: playground
envVars:
- key: PORT
value: "8000"
healthCheckPath: /api/health