Add render.yaml

This commit is contained in:
Abhi
2024-04-21 21:10:59 +05:30
committed by GitHub
parent 2de0e32199
commit 70c43224b9

17
render.yaml Normal file
View File

@@ -0,0 +1,17 @@
services:
- type: worker
name: Moon-Userbot
runtime: docker
repo: https://github.com/The-MoonTg-project/Moon-Userbot
plan: starter
envVars:
- key: STABILITY_KEY
sync: false
- key: CLARIFAI_PAT
sync: false
- key: .env
sync: false
region: oregon
dockerContext: .
dockerfilePath: ./Dockerfile
version: "1"