postgres healthcheck works

This commit is contained in:
Pablo Martin 2024-08-09 14:45:10 +02:00
parent 91c79357f8
commit c38ce5cfe6
9 changed files with 203 additions and 8 deletions

View file

@ -12,6 +12,7 @@ click = "^8.1.7"
python-dotenv = "^1.0.1"
pyyaml = "^6.0.2"
azure-cosmos = "^4.7.0"
psycopg2-binary = "^2.9.9"
[build-system]