mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 04:12:44 +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,
|
"essential": true,
|
||||||
|
"command": [
|
||||||
|
"uvicorn",
|
||||||
|
"main:app",
|
||||||
|
"--host",
|
||||||
|
"0.0.0.0",
|
||||||
|
"--port",
|
||||||
|
"5050"
|
||||||
|
],
|
||||||
"environment": [],
|
"environment": [],
|
||||||
"environmentFiles": [
|
"environmentFiles": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user