fix: context-hub — healthcheck curl->python, seed ON CONFLICT DO NOTHING (preserve PATCH agents)

This commit is contained in:
bolbol 2026-06-29 20:25:53 +00:00
parent 31af09f84a
commit 3d88276c71
1 changed files with 1 additions and 1 deletions

View File

@ -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