feat: add stock indices scraping and update healthcheck

This commit is contained in:
2026-01-26 03:14:46 +09:00
parent d8e4e0461c
commit 94db1da045
3 changed files with 76 additions and 5 deletions

View File

@@ -41,7 +41,13 @@ echo "--- 2. Travel Proxy Service ---"
check_url "Travel Regions" "http://localhost:19000/api/travel/regions"
echo ""
echo "--- 3. Frontend (Nginx) ---"
echo "--- 3. Stock Lab Service ---"
check_url "Stock Health" "http://localhost:18500/health"
check_url "Stock News" "http://localhost:18500/api/stock/news"
check_url "Stock Indices" "http://localhost:18500/api/stock/indices"
echo ""
echo "--- 4. Frontend (Nginx) ---"
# 외부 포트 8080으로 접속 테스트
check_url "Frontend Home" "http://localhost:8080"
# Nginx가 Backend로 잘 프록시하는지 체크 (실제 존재하는 api 호출)