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