mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:32:17 +00:00
script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user