mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-24 20:03:41 +03:00
feat(preview): added preview (#974)
* feat(verbose): removed * feat(microservices): split quivr into micro services * test(main): fixed * feat(aws): changed task definition
This commit is contained in:
parent
600ff1ede0
commit
9eb25a4d17
@ -16,6 +16,14 @@
|
||||
}
|
||||
],
|
||||
"essential": true,
|
||||
"command": [
|
||||
"uvicorn",
|
||||
"main:app",
|
||||
"--host",
|
||||
"0.0.0.0",
|
||||
"--port",
|
||||
"5050"
|
||||
],
|
||||
"environment": [],
|
||||
"environmentFiles": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user