services: - type: web name: seafare-montana runtime: python plan: free buildCommand: pip install -r requirements.txt startCommand: gunicorn seafare_api:app --bind 0.0.0.0:$PORT --workers 2 --timeout 120 envVars: - key: EQUASIS_USER sync: false - key: EQUASIS_PASS sync: false - key: ADMIN_EMAILS sync: false - key: PYTHON_VERSION value: 3.11.0