From 486ec457d0273aedc52dcad2e04feea59d334b0f Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Fri, 12 Sep 2025 07:39:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20DEV-1999=20Improved?= =?UTF-8?q?=20Pgadmin=20HealtCheck=20Browser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 647a1c4..5a511dd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -151,11 +151,11 @@ services: postgres: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-O", "-", "http://localhost:80/misc/ping"] + test: ["CMD-SHELL", "wget -qO- http://localhost:80/misc/ping && wget -qO- http://localhost:80/browser/"] interval: 15s timeout: 10s retries: 5 - start_period: 120s + start_period: 150s phoenix-app: restart: always image: "phxerp/phoenix-app:alpha"