This commit is contained in:
Max Peintner
2024-11-14 10:30:38 +01:00
parent 9b2ed8d200
commit 17b04dce54

View File

@@ -32,11 +32,7 @@ services:
wait_for_zitadel:
image: curlimages/curl:8.00.1
command:
[
"CMD-SHELL",
"until curl -s -o /dev/null -w '%{http_code}' http://zitadel:8080/debug/ready | grep -q 200; do sleep 5; done",
]
command: /bin/sh -c "until curl -s -o /dev/null -w '%{http_code}' http://zitadel:8080/debug/ready | grep -q 200; do sleep 5; done"
depends_on:
- zitadel