address-book-#16 #25

Merged
tech merged 2 commits from address-book-#16 into main 2025-12-05 04:51:05 +00:00
Showing only changes of commit 980bb96c74 - Show all commits

View File

@@ -31,7 +31,7 @@ services:
- "0.0.0.0:${FRONTEND_HTTP_PORT}:80"
- "0.0.0.0:${FRONTEND_HTTPS_PORT}:443"
healthcheck:
test: ["CMD-SHELL","curl -sf http://localhost:80/ >/dev/null"]
test: ["CMD", "curl", "-f", "http://localhost:2019/config"]
interval: 30s
timeout: 10s
retries: 3