Skip to content

Commit 7393460

Browse files
committed
chore: increase healthcheck start period to improve service readiness
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent b3aa1ca commit 7393460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
env_file: netbox/env/netbox.env
1414
user: 'unit:root'
1515
healthcheck:
16-
start_period: 60s
16+
start_period: 180s
1717
timeout: 3s
1818
interval: 15s
1919
test: "curl -f http://localhost:8080/netbox/api/ || exit 1"

0 commit comments

Comments
 (0)