Skip to content

Render

Blueprint

  1. From Dashboard Select New -> Blueprint.

  2. Check render.yaml for current Render blueprint , fork and edit if needed

    services:
    - type: web
        name: javinfo-api
        env: docker
        region: singapore
        plan: free
        branch: main
        healthCheckPath: /api/check
        envVars:
        - key: PLATFORM
          value: render 
        - key: PORT
          value: 8000
        - key: CREATE_REDIS
          value: true
        - key: LOG_REQUEST
          value: false
        - key: API_USER
          sync: false
        - key: API_PASS
          sync: false
        - key: TZ
          value: UTC
    
    2.1. Sample Render Blueprint Specification

  3. If you have forked this repo and also connected Render with Github account then select your Fork or Scroll down and paste https://github.com/iamrony777/javinfo-api or https://github.com/YOUR_USERNAME/javinfo-api in Public Git repository section

  4. Only required variables to start api are API_USER & API_PASS , Set and apply