Use docker healthcheck for authentik

This commit is contained in:
Jamie Curnow
2024-11-13 10:28:02 +10:00
parent 331c761a1c
commit 2145df0dfb
2 changed files with 10 additions and 3 deletions

View File

@ -79,7 +79,7 @@ bash "$DIR/../wait-healthy" "$(docker-compose ps --all -q fullstack)" 120
# Wait for authentik to be healthy, if it exists as a compose service
if [ "$(docker-compose ps --all -q authentik)" != "" ]; then
bash "$DIR/../wait-healthy" "$(docker-compose ps --all -q authentik)" 90
bash "$DIR/../wait-healthy" "$(docker-compose ps --all -q authentik)" 90 'true'
fi
# Run tests