try faster

This commit is contained in:
counterweight 2025-02-09 22:09:00 +01:00
parent d1fab7bbd2
commit ee069e58fa
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -37,8 +37,8 @@ services:
- app_network
healthcheck:
test: [ "CMD", "pg_isready", "-U", "${POSTGRES_USER}", "-d", "${POSTGRES_DB}" ] # Check if PostgreSQL is ready
interval: 5s
retries: 3
interval: 1s
retries: 10
networks:
app_network: