Skip to content

Commit

Permalink
Add gracefull shutdown docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
helder-junior committed Nov 21, 2024
1 parent 9bb965c commit 885169e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
depends_on:
kafka:
condition: service_healthy
stop_grace_period: 30s
healthcheck:
test: [ "CMD", "nc", "-z", "localhost", "5000" ]
interval: 5s
Expand Down

0 comments on commit 885169e

Please sign in to comment.