Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: factcheck-api | |
| runtime: docker | |
| dockerfilePath: ./Dockerfile | |
| envVars: | |
| - key: PORT | |
| value: "10000" | |
| healthCheckPath: /health | |
| services: | |
| - type: web | |
| name: factcheck-api | |
| runtime: docker | |
| dockerfilePath: ./Dockerfile | |
| envVars: | |
| - key: PORT | |
| value: "10000" | |
| healthCheckPath: /health | |