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.
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.