8000 update dockers · allient/create-fastapi-project@aa384b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa384b2

Browse files
committed
update dockers
1 parent 3f1d273 commit aa384b2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

create_fastapi_project/templates/langchain_basic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
fastapi_server:
5-
build: .
5+
build: ./backend
66
restart: always
77
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'"
88
volumes:

0 commit comments

Comments
 (0)
0