Skip to content

Commit

Permalink
update dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonra1993 committed Sep 11, 2023
1 parent 3f1d273 commit aa384b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa384b2

Please sign in to comment.