From 4980dc6a8e667f37af45de1f129167c4c7d7bdac Mon Sep 17 00:00:00 2001 From: PyPI Poetry Publish Bot Date: Thu, 7 Sep 2023 20:29:36 +0000 Subject: [PATCH 1/2] Change version to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb6bea8..09aa1a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "create-fastapi-project" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["jonra1993 "] readme = "README.md" From aa384b264dfa857c17c3d88a3a6e61210a38bd78 Mon Sep 17 00:00:00 2001 From: jonra1993 Date: Mon, 11 Sep 2023 08:29:10 -0500 Subject: [PATCH 2/2] update dockers --- .DS_Store | Bin 0 -> 6148 bytes .../templates/langchain_basic/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..54688a9ec79c4b2c4e96440eb421c89efc7f7d1c GIT binary patch literal 6148 zcmeHKO-=$a7<~m4l*F)7mvaIV4`4DNvmj9yasY(^5_AwE(6`rdC9aCfa%_kkAN0{29scIm)RE~{gO7K;#)*#>=-lTxa6;mco+Zqt6VGu-0y_q*cQ;mIc{4SG49yma)cN2CCOUwMW&uybEe`YUjwx+R8A{?%;xZ>7d7zCREKs zH!ClJV%vL{b4O`;^y+cI-Lj60*QSH_Arc-5}nleCx&rywnv^9dn_C}IgEdN7(cV| zFBD^E=lGGO!^93XR|nLAvIA9DZOQ$geE0aNP@dR=bG->n;)le;!z sx?++LUg6M6nEC727UU{EWU|4&ND9Q*W8si34E-ZuZO}{|_)!Pm0fAYT?f?J) literal 0 HcmV?d00001 diff --git a/create_fastapi_project/templates/langchain_basic/docker-compose.yml b/create_fastapi_project/templates/langchain_basic/docker-compose.yml index 4d2c81b..39de566 100644 --- a/create_fastapi_project/templates/langchain_basic/docker-compose.yml +++ b/create_fastapi_project/templates/langchain_basic/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: fastapi_server: - build: . + build: ./backend restart: always command: "sh -c 'gunicorn -w 3 -k uvicorn.workers.UvicornWorker app.main:app --bind 0.0.0.0:8000 --preload --log-level=debug --timeout 120'" volumes: