Skip to content

Commit 037963b

Browse files
author
Dennis Labordus
committed
Changed the healthy check for PostgreSQL.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 37c73f5 commit 037963b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/docker-wait-on-containers.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ while [ `docker ps --filter health=starting --filter label=compas -q | wc -l` -g
77
do
88
echo "Still waiting for the containers with filter 'health=starting'."
99
sleep 10
10+
docker ps -a --filter label=compas
1011
done
1112

13+
docker logs compas_scl-data-service_1
14+
1215
echo "Done no containers with filter 'health=starting'."
1316
docker ps -a --filter label=compas

0 commit comments

Comments
 (0)