cliproxy-api / koyeb.yaml
godzilla865's picture
Add Koyeb deployment configuration and update API documentation URLs
d48698a
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