CoolFace
Apppublic

Zora12345/Slugger

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
render.yaml17 linesDownload Raw Back to root
1services:2  - type: web3    name: slugger-pitching-widget4    env: python5    plan: free6    autoDeploy: true7    buildCommand: pip install -r python_app/requirements.txt8    startCommand: gunicorn python_app.app:server --bind 0.0.0.0:$PORT --workers 1 --threads 2 --timeout 1209    healthCheckPath: /10    envVars:11      - key: POINTSTREAK_API_KEY12        sync: false13      - key: ALPB_API_KEY14        sync: false15      - key: DASH_DEBUG16        value: "false"17