BenfilterbotV2 / render.yaml
JamesBond531's picture
First Commit to Add Files
e7f5d94
services:
# A Docker web service
- type: web
name: ben-url-filter-bot
env: python
startCommand: python3 bot.py
buildCommand: pip3 install -U -r requirements.txt
repo: https://github.com/Moviesbotz/ben-url-filter-bot.git # optional
region: oregon # optional (defaults to oregon)
plan: free # optional (defaults to starter)
branch: web # optional (defaults to master)
numInstances: 1 # optional (defaults to 1)
healthCheckPath: /
#End of yaml