We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8a523 commit 9a19eb8Copy full SHA for 9a19eb8
docker/docker-compose.yml
@@ -13,6 +13,7 @@ services:
13
- 8555:8555
14
depends_on:
15
- database
16
+ # Oftentimes if Rodhaj started too early (aka starting without this script), then it would entirely not run the migrations and error out
17
command: sh -c '/rodhaj/wait-for database:5432 -- echo "[Wait-for] PostgreSQL is fully up. Starting Rodhaj." && /rodhaj/start.sh'
18
restart: always
19
0 commit comments