Nuke checks

This commit is contained in:
吳元皓 2025-05-19 23:17:04 +08:00
parent 175514d40b
commit 1905bb8ccf

View File

@ -14,16 +14,6 @@ services:
newsanalyze-service:
image: ghcr.io/hpware/news-analyze:master
healthcheck:
test:
[
"CMD-SHELL",
"wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1",
]
interval: 10s
timeout: 5s
retries: 3
start_period: 20s
networks:
- web
labels: