feat: add platform notification core
This commit is contained in:
@@ -51,6 +51,10 @@ echo "== launcher -> authentik api check =="
|
||||
exit 1
|
||||
'
|
||||
|
||||
echo "== notification core health check =="
|
||||
"${DOCKER_BIN}" exec nodedc-platform-notification-core-1 sh -lc \
|
||||
'wget -qSO- http://127.0.0.1:5185/healthz 2>&1 | head -n 25'
|
||||
|
||||
echo "== auth flow check =="
|
||||
auth_flow="$(fetch_with_retry https://id.nodedc.ru/if/flow/default-authentication-flow/)"
|
||||
printf '%s' "$auth_flow" \
|
||||
|
||||
Reference in New Issue
Block a user