👌 IMPROVE: DEV-1999 Improved Pgadmin HealtCheck Browser

This commit is contained in:
2025-09-12 07:39:23 +02:00
parent 87bc685d6f
commit 486ec457d0

View File

@@ -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"