diff --git a/environments/docker-compose.local.yml b/environments/docker-compose.local.yml index 111cec193..05bbfca77 100644 --- a/environments/docker-compose.local.yml +++ b/environments/docker-compose.local.yml @@ -8,6 +8,12 @@ services: volumes: - "../config/nautobot_config.py:/opt/nautobot/nautobot_config.py" - "../jobs:/opt/nautobot/jobs" + healthcheck: + interval: "30s" + timeout: "10s" + start_period: "60s" + retries: 3 + test: ["CMD", "true"] # Due to layering, disable: true won't work. Instead, change the test celery_worker: volumes: - "../config/nautobot_config.py:/opt/nautobot/nautobot_config.py"