correction lecture de secret #48

Merged
judaur2005 merged 1 commits from features/crud_entites into develop 2025-12-20 12:21:26 +00:00
Showing only changes of commit b9fa86fa37 - Show all commits

View File

@@ -20,7 +20,8 @@ services:
- db-data-fiscad:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER_FISCAD}"]
#test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER_FISCAD}"]
test: ["CMD-SHELL", "pg_isready -U fiscad_user -d fiscad_db"]
interval: 10s
timeout: 5s
retries: 5