app: Display hostname and port for database
This commit is contained in:
parent
89c1f7342b
commit
82a0874255
@ -19,7 +19,7 @@ else
|
|||||||
echo SKIP
|
echo SKIP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Wait until database is ready..."
|
echo "Wait until database $DB_HOST:$DB_PORT_5432_TCP_PORT is ready..."
|
||||||
until nc -z $DB_HOST $DB_PORT_5432_TCP_PORT
|
until nc -z $DB_HOST $DB_PORT_5432_TCP_PORT
|
||||||
do
|
do
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Reference in New Issue
Block a user