From bc53766ef792ca88969df04acfcc0b148fb8aa2d Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 29 Dec 2025 21:26:42 +0300 Subject: [PATCH] fix: comment out healthcheck configuration in docker-compose.yml --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 697cf8d..3e6c588 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,11 +1,11 @@ services: portfolio: image: ${DOCKERHUB_USERNAME}/portfolio:${PORTFOLIO_IMAGE_TAG} - healthcheck: - test: ['CMD', 'curl', '-f', 'http://localhost:3000/'] - interval: 10s - timeout: 3s - retries: 5 + # healthcheck: + # test: ['CMD', 'curl', '-f', 'http://localhost:3000/'] + # interval: 10s + # timeout: 3s + # retries: 5 networks: - web