netbox-community / netbox-docker

🐳 Docker Image of NetBox
https://github.com/netbox-community/netbox-docker/wiki
Apache License 2.0
1.73k stars 800 forks source link

Increase healthcheck start period #1231

Closed Creepios closed 1 month ago

Creepios commented 2 months ago

Desired Behavior

Netbox should start without docker reporting that netbox is unhealty.

Contrast to Current Behavior

If Netbox needs for some reason longer to start (e.g. update, plugins or something else), docker reports that netbox is unhealthy and doesn't starts the housekeeping and worker container.

Required Changes

I suggest to increase the start_period to 90s instead of 60s in docker-compose.yml under services > netbox > healthcheck

Discussion: Benefits and Drawbacks

No response