Made the animation working again :)

This commit is contained in:
yuanhau 2025-05-18 23:46:14 +08:00
parent 2faaf3941c
commit d9c6cec16e
3 changed files with 29 additions and 12 deletions

View file

@ -15,10 +15,15 @@ services:
newsanalyze-service:
image: ghcr.io/hpware/news-analyze:master
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"]
interval: 1m
timeout: 10s
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: