Update Docker Compose and settings for PostgreSQL integration
All checks were successful
Build and push Docker image / build (push) Successful in 2m0s

This commit is contained in:
Edgar P. Burkhart 2025-06-14 17:41:48 +02:00
parent fc1ec45ab4
commit c41c50e673
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 70 additions and 2 deletions

View file

@ -12,6 +12,7 @@ dependencies = [
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"gunicorn>=23.0.0",
"psycopg[binary]>=3.2.9",
"requests>=2.32.4",
]