From 3bf7d9484ad58249fd07edcb4c55bad469dcbda7 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:25:00 -0600 Subject: [PATCH] More dokku testing --- app.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app.json b/app.json index dfea9d2..e5069d2 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,5 @@ { "name": "towerops-agent", "description": "Towerops SNMP polling agent", - "healthchecks": { - "worker": { - "type": "startup" - } - } + "healthchecks": [] }