refactor: ./apps/*

This commit is contained in:
Sun-ZhenXing
2026-01-01 18:32:10 +08:00
parent 9c25970445
commit 922068b8af
37 changed files with 274 additions and 241 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ services:
- pingap
- --autoreload
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80/pingap/"]
test: ["CMD-SHELL", "echo > /dev/tcp/localhost/80"]
interval: 30s
timeout: 10s
retries: 3