fix: context-hub — healthcheck curl->python, seed ON CONFLICT DO NOTHING (preserve PATCH agents)
This commit is contained in:
parent
31af09f84a
commit
3d88276c71
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue