Commit c9cdd81
committed
Add wait for the database to be up
As there is now a PostgreSQL container that the api container talks to,
have to wait for the database container and application to be available
before starting the api.
The `wait-for-it.sh` script is the accepted way to wait for other
services to be available before starting.1 parent f6a205e commit c9cdd81
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments