feat: add render deployment config file

This commit is contained in:
Ritesh Ghosh
2024-01-22 20:39:02 +05:30
parent 0cb22933fa
commit a0cdb59f74
+10
View File
@@ -0,0 +1,10 @@
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