From 47b6c3611b158971adc5c00ee935d39541228b10 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 9 Feb 2026 13:24:23 -0600 Subject: [PATCH] Morke dokku testing --- CHECKS | 2 -- Procfile | 2 +- app.json | 9 +++++++++ 3 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 CHECKS create mode 100644 app.json diff --git a/CHECKS b/CHECKS deleted file mode 100644 index 50e962a..0000000 --- a/CHECKS +++ /dev/null @@ -1,2 +0,0 @@ -WAIT=10 -TIMEOUT=0 diff --git a/Procfile b/Procfile index 087815c..5039bd9 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: /app/towerops-agent +worker: towerops-agent diff --git a/app.json b/app.json new file mode 100644 index 0000000..dfea9d2 --- /dev/null +++ b/app.json @@ -0,0 +1,9 @@ +{ + "name": "towerops-agent", + "description": "Towerops SNMP polling agent", + "healthchecks": { + "worker": { + "type": "startup" + } + } +}