when running docker-compose -f docker-compose.yml up -d using the code in the README, the rakam-api container exits with an error because it can't find the rakam-db container yet as it is not fully functional yet.
With the given changes to the .yml, the rakam-api container waits with connecting until the rakam-db container returns a positive for the command "pg_isready". I found this fix/workaround here.
I encountered this issue (and fixed it) while working with the Docker for Mac client (Version 17.09.0-ce-mac35 (19611)).
when running
docker-compose -f docker-compose.yml up -d
using the code in the README, therakam-api
container exits with an error because it can't find therakam-db
container yet as it is not fully functional yet.With the given changes to the .yml, the
rakam-api
container waits with connecting until therakam-db
container returns a positive for the command "pg_isready". I found this fix/workaround here.I encountered this issue (and fixed it) while working with the Docker for Mac client (Version 17.09.0-ce-mac35 (19611)).