Remove port 4501 and update health check to not require ttyd service

This commit is contained in:
cto-new[bot]
2026-02-08 09:57:38 +00:00
parent 9889a6e4fd
commit ce8a0cdf15
7 changed files with 1246 additions and 1270 deletions

View File

@@ -32,7 +32,6 @@ if ($LASTEXITCODE -ne 0) {
Write-Host "All checks passed." -ForegroundColor Green
Write-Host "Open http://localhost:4500 for the web interface." -ForegroundColor Cyan
Write-Host "Open http://localhost:4501 for the terminal." -ForegroundColor Cyan
Write-Host "Verifying `github` helper is available in profile (sourcing profile)..."
docker compose exec wordpress-plugin-ai-builder pwsh -NoProfile -Command ". /root/.config/powershell/Microsoft.PowerShell_profile.ps1; Get-Command github"
if ($LASTEXITCODE -ne 0) { Write-Warning "`github` helper not detected. Ensure you built the image with the new profile, or update the volume via README instructions." }