file / render.yaml
Kanhshsh's picture
Upload 60 files
b00d2c6 verified
raw
history blame contribute delete
498 Bytes
services:
# A Docker web service
- type: web
name: TheMovieProviderBot
env: python
startCommand: python3 bot.py
buildCommand: pip3 install -U -r requirements.txt
repo: https://github.com/HarshalPurohitEdits/TheMovieProviderBot.git # optional
region: oregon # optional (defaults to oregon)
plan: free # optional (defaults to starter)
branch: main # optional (defaults to master)
numInstances: 1 # optional (defaults to 1)
healthCheckPath: /
#End of yaml