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
This commit was merged in pull request #49.
This commit is contained in:
2025-12-20 12:22:29 +00: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