From 3d88276c7126ce701d97133330d38baca1a14a6d Mon Sep 17 00:00:00 2001 From: bolbol Date: Mon, 29 Jun 2026 20:25:53 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20context-hub=20=E2=80=94=20healthcheck=20?= =?UTF-8?q?curl->python,=20seed=20ON=20CONFLICT=20DO=20NOTHING=20(preserve?= =?UTF-8?q?=20PATCH=20agents)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dc190eb..244419c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: networks: - n8n healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8000/health"] + test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"] interval: 30s timeout: 10s retries: 3