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:
Stan Girard 2023-08-18 10:48:52 +02:00 committed by GitHub
parent 600ff1ede0
commit 9eb25a4d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,14 @@
}
],
"essential": true,
"command": [
"uvicorn",
"main:app",
"--host",
"0.0.0.0",
"--port",
"5050"
],
"environment": [],
"environmentFiles": [
{