version: 1 services: - name: web buildCommand: pip install -r requirements.txt startCommand: gunicorn -w 4 --threads 2 -b 0.0.0.0:$PORT app:app