services: - type: web name: pubmed-search-app env: python plan: free buildCommand: "pip install -r requirements.txt" startCommand: "gunicorn run:app"