Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: vietnamese-search-api | |
| env: python | |
| buildCommand: | | |
| pip install --upgrade pip setuptools wheel | |
| pip install -r requirements.txt | |
| startCommand: | | |
| chmod +x startup.sh | |
| ./startup.sh | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.11.0 | |
| - key: PORT | |
| value: 10000 | |
| plan: free | |
| healthCheckPath: /health | |