feat: add TurboOCR

This commit is contained in:
Sun-ZhenXing
2026-04-28 10:05:39 +08:00
parent 3483dd80f0
commit ce16588916
25 changed files with 1460 additions and 12 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ services:
- pingap
- --autoreload
healthcheck:
test: [CMD-SHELL, "bash -c 'echo > /dev/tcp/localhost/80'"]
test: ["CMD-SHELL", "bash -c 'echo >/dev/tcp/localhost/80' || exit 1"]
interval: 30s
timeout: 10s
retries: 3