Skip to content

Commit

Permalink
Extend make wait
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Oct 18, 2024
1 parent 1e388d6 commit 83e97d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test_reconnect:

wait:
go run github.com/ThreeDotsLabs/wait-for@latest localhost:5672
go run github.com/ThreeDotsLabs/wait-for@latest localhost:15672

build:
go build ./...
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ services:
restart: unless-stopped
ports:
- 5672:5672
- 15672:15672

0 comments on commit 83e97d8

Please sign in to comment.