render.yaml 331 B

12345678910111213
  1. services:
  2. - type: web
  3. name: flask-black
  4. plan: starter
  5. env: python
  6. region: frankfurt # region should be same as your database region.
  7. buildCommand: "./build.sh"
  8. startCommand: "gunicorn run:app"
  9. envVars:
  10. - key: SECRET_KEY
  11. generateValue: true
  12. - key: WEB_CONCURRENCY
  13. value: 4