Merge remote-tracking branch 'refs/remotes/origin/dev' into dev

This commit is contained in:
SkywalkerJi
2025-11-01 22:31:09 +08:00
18 changed files with 504 additions and 90 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ services:
networks:
- nofx-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
test: ["CMD", "curl", "-f", "http://localhost:8080/api/health"]
interval: 30s
timeout: 10s
retries: 3