Expose NDI discovery error details
This commit is contained in:
@@ -126,7 +126,7 @@ services:
|
||||
healthcheck:
|
||||
test: ["CMD", "python", "-c", "import json,pathlib,urllib.request; t=pathlib.Path('/run/secrets/api-token').read_text().strip(); r=urllib.request.Request('http://127.0.0.1:18120/v1/health',headers={'Authorization':'Bearer '+t}); raise SystemExit(0 if json.load(urllib.request.urlopen(r,timeout=3))['ready'] else 1)"]
|
||||
interval: 15s
|
||||
timeout: 5s
|
||||
timeout: 10s
|
||||
retries: 6
|
||||
start_period: 180s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user