File size: 344 Bytes
6de2f28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SmartCertify ML — Render Blueprint
# Deploy with: https://render.com/deploy

services:
  - type: web
    name: smartcertify-ml
    runtime: docker
    dockerfilePath: ./Dockerfile
    plan: free
    envVars:
      - key: ML_API_KEY
        value: smartcertify-dev-key
      - key: LOG_LEVEL
        value: INFO
    healthCheckPath: /health