Compare commits

...

3 Commits

Author SHA1 Message Date
7d64390bae Merge pull request 'develop' (#49) from develop into main
All checks were successful
CD - Deploy on main / deploy (push) Successful in 34s
Reviewed-on: #49
2025-12-20 12:22:29 +00:00
411a6c0c2d Merge pull request 'correction lecture de secret' (#48) from features/crud_entites into develop
Reviewed-on: #48
2025-12-20 12:21:25 +00:00
b9fa86fa37 correction lecture de secret
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 25s
2025-12-20 13:20:46 +01:00

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