Skip to content

Commit

Permalink
Add depends_on condition
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Oct 30, 2024
1 parent 1d7a64d commit e78698f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/common/db/.pgpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ services:
interval: 10s
timeout: 5s
retries: 5
depends_on:
pg-0:
condition: service_healthy
pg-1:
condition: service_healthy

0 comments on commit e78698f

Please sign in to comment.