Skip to content

Commit

Permalink
fix(docker): wait for db before migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed May 13, 2024
1 parent 3c77c58 commit 7039f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
- ENVIRONMENT=dev
context: ./migrate
dockerfile: Dockerfile
environment:
- WAIT_HOSTS=db:5432
env_file:
- .env

Expand Down

0 comments on commit 7039f8d

Please sign in to comment.