diff --git a/compose/web.yml b/compose/web.yml index a3857300..8eea0103 100644 --- a/compose/web.yml +++ b/compose/web.yml @@ -5,6 +5,11 @@ services: app: condition: service_healthy restart: true + healthcheck: + test: ["CMD-SHELL", "curl http://app:3000"] + timeout: 10s + start-period: 5s + restart: always ports: - 80:80 - 80:80/udp