From c3eb8d9b1212dae68eb77d39ab620610ccbb4da8 Mon Sep 17 00:00:00 2001 From: Deepankar Mahapatro Date: Wed, 19 Jul 2023 21:28:49 +0530 Subject: [PATCH] feat: export to docker-compose and k8s --- docs/export/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/export/README.md b/docs/export/README.md index 4256a45..0e82f88 100644 --- a/docs/export/README.md +++ b/docs/export/README.md @@ -1,4 +1,4 @@ -### ☸️ Export Your FastAPI App for Self-Hosting with fastapi-serve +### ☸️ Export Your FastAPI App for Self-Hosting with `fastapi-serve` The convenience of cloud deployments is fantastic, but sometimes you just need to run things locally. Whether you're operating within strict security constraints, developing offline, or just prefer managing your own infrastructure, `fastapi-serve` makes it easy to get your FastAPI app running on your own terms.