Skip to content

Commit

Permalink
tweak health checks on rabbitmq container
Browse files Browse the repository at this point in the history
  • Loading branch information
thehunmonkgroup committed Dec 8, 2023
1 parent b629bb8 commit 7e69fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACE_PRIME/HelloAF/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ services:
networks: *default_networks
healthcheck:
test: ["CMD", "rabbitmqctl", "status"]
interval: 30s
interval: 3s
timeout: 10s
retries: 3
retries: 10

logging:
build:
Expand Down

0 comments on commit 7e69fae

Please sign in to comment.