test-api-docker / README.md
codinglabsong's picture
Add Spaces metadata for Docker
cd3b5ba
|
Raw
History Blame Contribute Delete
312 Bytes
metadata
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).