浏览代码

some pointers to fastAPI deployment

Rodja Trappe 2 年之前
父节点
当前提交
00700a1344
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -133,3 +133,6 @@ nicegui:
 You can provide SSL certificates directly using [FastAPI](https://fastapi.tiangolo.com/deployment/https/).
 In production we also like using reverse proxies like [Traefik](https://doc.traefik.io/traefik/) or [NGINX](https://www.nginx.com/) to handle these details for us.
 See our [docker-compose.yml](https://github.com/zauberzeug/nicegui/blob/main/docker-compose.yml) as an example.
+
+You may also have look at [our example for using an custom FastAPI app](https://github.com/zauberzeug/nicegui/tree/main/examples/fastapi).
+This will allow you to do very flexible deployments as described in the [FastAPI documentation](https://fastapi.tiangolo.com/deployment/).