disable healthcheck

This commit is contained in:
Stan
2026-08-14 04:34:56 +02:00
parent 55bdeb4d33
commit 9e32b15d8a

View File

@@ -73,11 +73,11 @@ jobs:
env:
SERVICES: sqs
MINISTACK_HOST: aws
options: >-
--health-cmd "wget -qO- http://localhost:4566/_ministack/ready || exit 1"
--health-interval 2s
--health-retries 15
--health-timeout 5s
# options: >-
# --health-cmd "wget -qO- http://localhost:4566/_ministack/ready || exit 1"
# --health-interval 2s
# --health-retries 15
# --health-timeout 5s
ports:
- 4566:4566
steps: