Skip to content

Commit 9a19eb8

Browse files
committed
other fixes
1 parent 1d8a523 commit 9a19eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- 8555:8555
1414
depends_on:
1515
- database
16+
# Oftentimes if Rodhaj started too early (aka starting without this script), then it would entirely not run the migrations and error out
1617
command: sh -c '/rodhaj/wait-for database:5432 -- echo "[Wait-for] PostgreSQL is fully up. Starting Rodhaj." && /rodhaj/start.sh'
1718
restart: always
1819

0 commit comments

Comments
 (0)