Skip to content

Commit

Permalink
fix: docker compose server depenency wait for completion (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
liorzam committed Jul 1, 2024
1 parent dd32049 commit 33dd182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/workflows-service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ services:
NODE_ENV: ${NODE_ENV}
ENVIRONMENT_NAME: ${ENVIRONMENT_NAME}
depends_on:
- migrate
migrate:
condition: service_completed_successfully
migrate:
build:
context: .
Expand Down

0 comments on commit 33dd182

Please sign in to comment.