Spaces:
Paused
Paused
| name: cliproxy-api | |
| type: web | |
| definition: | |
| docker: | |
| dockerfile: Dockerfile | |
| env: | |
| - key: TZ | |
| value: UTC | |
| ports: | |
| - port: 8317 | |
| protocol: http | |
| routes: | |
| - path: / | |
| port: 8317 | |
| scaling: | |
| min: 1 | |
| max: 1 | |
| instance_types: | |
| - type: nano | |
| regions: | |
| - fra | |
| health_checks: | |
| - type: http | |
| path: /v1/models | |
| port: 8317 | |
| interval: 30 | |
| timeout: 10 | |
| healthy_threshold: 2 | |
| unhealthy_threshold: 3 | |