File size: 210 Bytes
11acfd9
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
services:
  - type: web
    name: aniwatch-api
    runtime: docker
    repo: https://github.com/ghoshRitesh12/aniwatch-api.git
    plan: free
    branch: main
    envVars:
      - key: PORT
        value: 4000