mirror of
https://github.com/JustAnimeCore/HiAnime-Api.git
synced 2026-04-17 13:51:44 +00:00
13 lines
246 B
YAML
13 lines
246 B
YAML
services:
|
|
- type: web
|
|
name: anime-api
|
|
env: node
|
|
buildCommand: npm install
|
|
startCommand: npm start
|
|
branch: main
|
|
plan: free
|
|
envVars:
|
|
- key: NODE_ENV
|
|
value: production
|
|
- key: PORT
|
|
value: 6969 |