Anchit-mashup / render.yaml
Keys
Copied to github
ee683ef
raw
history blame contribute delete
233 Bytes
services:
- type: web
name: youtube-mashup-creator
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:app
envVars:
- key: PYTHON_VERSION
value: 3.8.0
packages:
- ffmpeg