Skip to content

Commit

Permalink
dev: Docker depends_on fix (will wait until setup finished).
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Apr 15, 2024
1 parent 916f5ab commit ccb606c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ services:
app:
<<: *project
depends_on:
- setup
setup:
condition: service_completed_successfully
command: sleep infinity

setup:
Expand Down

0 comments on commit ccb606c

Please sign in to comment.