Skip to content

Commit

Permalink
fix: docker compose server depenency wait for completion
Browse files Browse the repository at this point in the history
  • Loading branch information
liorzblrn committed Jun 30, 2024
1 parent b85bcc7 commit a22eb02
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 a22eb02

Please sign in to comment.