We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf41a39 commit 9bf399eCopy full SHA for 9bf399e
setup.sh
@@ -18,7 +18,7 @@ script_dir="/scripts"
18
temp_dir="/tmp"
19
20
echo "Waiting for the Database.."
21
-wait4x tcp://${DB_HOST}:${DB_PORT} --timeout 60
+wait4x postgresql postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=disable --timeout 60s
22
echo "Database is up - continuing.."
23
24
# Check if the schema already exists
0 commit comments