Skip to content

Commit

Permalink
feat: wait for condition healthy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nastaliss committed Apr 1, 2024
1 parent 620934b commit 6b27953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ services:
- S3_REGION=${S3_REGION}
- S3_ENDPOINT_URL=${S3_ENDPOINT_URL}
depends_on:
- db
db:
condition: service_healthy
db:
image: postgres:15-alpine
volumes:
Expand Down

0 comments on commit 6b27953

Please sign in to comment.