Wait for DC CMS auth bootstrap in deploy runner
This commit is contained in:
parent
099796a61d
commit
7460258228
|
|
@ -144,11 +144,10 @@ COMPONENTS = {
|
||||||
),
|
),
|
||||||
"bootstrap_root": True,
|
"bootstrap_root": True,
|
||||||
"compose_build": True,
|
"compose_build": True,
|
||||||
"compose_no_deps": True,
|
"services": ("postgresql-authentik", "authentik-server", "authentik-worker", "authentik-bootstrap", "cms-app", "reverse-proxy"),
|
||||||
"services": ("postgresql-authentik", "authentik-server", "authentik-worker", "cms-app", "reverse-proxy"),
|
|
||||||
"healthchecks": (
|
"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"},
|
"headers": {"Host": "cms.dcserve.ru"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue