fix sso healtcheck

This commit is contained in:
lendry
2026-06-24 15:28:03 +03:00
parent 3aba59ef84
commit ecd95c5698
4 changed files with 36 additions and 7 deletions

View File

@@ -1328,6 +1328,7 @@ deploy_stack() {
log "Сборка и запуск контейнеров (1020 минут при первом запуске)..."
docker_cmd "${compose_cmd[@]}" up -d --build
wait_for_service "sso-core" 120
wait_for_service "api-gateway" 90
wait_for_service "frontend" 60
wait_for_service "docs" 60