Wait for DC CMS auth bootstrap in deploy runner

This commit is contained in:
Codex 2026-07-06 10:32:24 +03:00
parent 099796a61d
commit 7460258228
1 changed files with 2 additions and 3 deletions

View File

@ -144,11 +144,10 @@ COMPONENTS = {
),
"bootstrap_root": True,
"compose_build": True,
"compose_no_deps": True,
"services": ("postgresql-authentik", "authentik-server", "authentik-worker", "cms-app", "reverse-proxy"),
"services": ("postgresql-authentik", "authentik-server", "authentik-worker", "authentik-bootstrap", "cms-app", "reverse-proxy"),
"healthchecks": (
{
"url": "http://172.22.0.222:9918/healthz",
"url": "http://172.22.0.222:9918/auth/login?returnTo=%2F",
"headers": {"Host": "cms.dcserve.ru"},
},
{