diff --git a/docker-compose.yml b/docker-compose.yml index 64f0edd..55ef16a 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: