created debug credentials provider

This commit is contained in:
Yannic Kilcher
2022-12-26 16:13:43 +01:00
parent f8c3008003
commit 5125e84055
8 changed files with 64 additions and 5 deletions
@@ -9,6 +9,7 @@ services:
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 2s