ess-dive / docker-metacat

Other
0 stars 0 forks source link

Refactor docker-entrypoint.sh to wait for postgres db to be available #17

Closed vchendrix closed 4 years ago

vchendrix commented 4 years ago

Wait for postgres db to start

Description

Added while loop to wait for db:5432 to be available.

Closes #16

Type of change

How Has This Been Tested?

Made sure that you can bring an entire stack up successfully and that the metacat container waits for the postgres db to be available.

Test Configuration