11 lines
210 B
YAML
11 lines
210 B
YAML
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
|