Wirecloud / docker-wirecloud

🐳 Docker Official Image packaging for WireCloud https://conwet.fi.upm.es/wirecloud
Other
8 stars 14 forks source link

Make composable images wait until database server is running #5

Closed aarranz closed 6 years ago

aarranz commented 6 years ago

Currently, composable images are not waiting until the db server is up. This is not giving too much problems because the database is populated manually by running a docker exec command.

But, once #4 is ready, the docker-entrypoint.sh script will create the initial configuration and populate the database, making this a required step.