Morke dokku testing

This commit is contained in:
Graham McIntire 2026-02-09 13:24:23 -06:00
parent bf166a123e
commit 47b6c3611b
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

2
CHECKS
View file

@ -1,2 +0,0 @@
WAIT=10
TIMEOUT=0

View file

@ -1 +1 @@
worker: /app/towerops-agent worker: towerops-agent

9
app.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "towerops-agent",
"description": "Towerops SNMP polling agent",
"healthchecks": {
"worker": {
"type": "startup"
}
}
}