| services: | |
| - type: web | |
| name: texlab | |
| env: python | |
| buildCommand: "pip install -r requirements-render.txt" | |
| startCommand: "gunicorn --bind 0.0.0.0:$PORT --chdir /app app:app" | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.11.6 |
| services: | |
| - type: web | |
| name: texlab | |
| env: python | |
| buildCommand: "pip install -r requirements-render.txt" | |
| startCommand: "gunicorn --bind 0.0.0.0:$PORT --chdir /app app:app" | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.11.6 |