Add healthcheck

This commit is contained in:
2022-02-05 11:50:24 +03:00
parent c80054cf55
commit baae2c850b
6 changed files with 133 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ fastapi-pagination = "^0.9.1"
alembic = "^1.7.5"
ormar = {extras = ["postgresql"], version = "^0.10.23"}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = "^0.22.0"
[tool.poetry.dev-dependencies]