correction lecture de secret
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 25s
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 25s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user