correction lecture de secret
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 25s

This commit is contained in:
2025-12-20 13:20:46 +01:00
parent 95dcf7929a
commit b9fa86fa37

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