Skip to content

Commit

Permalink
other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Aug 7, 2024
1 parent 1d8a523 commit 9a19eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- 8555:8555
depends_on:
- database
# Oftentimes if Rodhaj started too early (aka starting without this script), then it would entirely not run the migrations and error out
command: sh -c '/rodhaj/wait-for database:5432 -- echo "[Wait-for] PostgreSQL is fully up. Starting Rodhaj." && /rodhaj/start.sh'
restart: always

Expand Down

0 comments on commit 9a19eb8

Please sign in to comment.