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"