Spaces:
Sleeping
Sleeping
File size: 312 Bytes
cd3b5ba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
title: test-api-docker
emoji: 🚀
colorFrom: gray
colorTo: indigo
sdk: docker
pinned: false
---
FastAPI Docker Space. Endpoints:
- `/` basic message
- `/healthz` health check
- `/docs` Swagger UI
- `POST /upload` (form-data: file=@yourfile)
The app binds to `0.0.0.0` and uses `$PORT` (defaults to 7860).
|