resource-portal / render.yaml
Gowrisankar
Initial commit: IT Resource Portal with HF Spaces config
96c0248
raw
history blame contribute delete
417 Bytes
services:
- type: web
name: resource-portal
runtime: image
plan: free
region: oregon
rootDir: .
dockerfilePath: ./Containerfile
healthCheckPath: /api/v1/health
autoDeploy: true
envVars:
- key: ADMIN_USERNAME
sync: false
- key: ADMIN_PASSWORD
sync: false
- key: CORS_ORIGINS
sync: false
- key: CORS_ORIGIN_REGEX
sync: false