Merge branch 'tinkle-community:main' into main

This commit is contained in:
d0lwl0b
2025-10-30 12:13:00 +08:00
committed by GitHub
22 changed files with 1758 additions and 30 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ services:
networks:
- nofx-network
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health"]
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s
timeout: 10s
retries: 3