mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-21 00:24:36 +00:00
fix(healthcheck): allow more time for Coolify startup (#11299)
This commit is contained in:
@@ -27,7 +27,8 @@ services:
|
||||
healthcheck:
|
||||
test: curl --fail http://127.0.0.1:8080/api/health || exit 1
|
||||
interval: 5s
|
||||
retries: 10
|
||||
retries: 24
|
||||
start_period: 1m
|
||||
timeout: 2s
|
||||
depends_on:
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user