From 736071952b88d5604fb544c3c7c4bd3da40fb6b7 Mon Sep 17 00:00:00 2001 From: Trey t Date: Wed, 26 Nov 2025 21:05:21 -0600 Subject: [PATCH] Add CHECKS file for Dokku health check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simple substring matching for 'healthy' in the health endpoint response. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHECKS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHECKS diff --git a/CHECKS b/CHECKS new file mode 100644 index 0000000..cd5b8bb --- /dev/null +++ b/CHECKS @@ -0,0 +1 @@ +/api/health/ healthy