Skip to content

Commit

Permalink
docker: reduce healthcheck interval for rabbitmq
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Perruzza <[email protected]>
  • Loading branch information
EthanPERRUZZA committed Oct 17, 2024
1 parent 050d2d1 commit 9e243f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ services:
- rabbitmq_data:/var/lib/rabbitmq
healthcheck:
test: ["CMD", "rabbitmqctl", "status"]
interval: 30s
interval: 10s
timeout: 30s
retries: 3
retries: 9

core:
# This is a dummy container to build the core image
Expand Down

0 comments on commit 9e243f2

Please sign in to comment.