👌 IMPROVE: DEV-1999 Improved Pgadmin HealtCheck Browser
This commit is contained in:
@@ -151,11 +151,11 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
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
|
interval: 15s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 120s
|
start_period: 150s
|
||||||
phoenix-app:
|
phoenix-app:
|
||||||
restart: always
|
restart: always
|
||||||
image: "phxerp/phoenix-app:alpha"
|
image: "phxerp/phoenix-app:alpha"
|
||||||
|
|||||||
Reference in New Issue
Block a user